diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/components/arc/BUILD.gn | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/arc/BUILD.gn')
-rw-r--r-- | chromium/components/arc/BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/components/arc/BUILD.gn b/chromium/components/arc/BUILD.gn index 2aa5e37f350..bab7b96d2ed 100644 --- a/chromium/components/arc/BUILD.gn +++ b/chromium/components/arc/BUILD.gn @@ -34,6 +34,8 @@ static_library("arc") { "intent_helper/arc_intent_helper_bridge.h", "intent_helper/arc_intent_helper_observer.h", "intent_helper/control_camera_app_delegate.h", + "intent_helper/custom_tab.cc", + "intent_helper/custom_tab.h", "intent_helper/factory_reset_delegate.h", "intent_helper/intent_constants.cc", "intent_helper/intent_constants.h", @@ -108,7 +110,7 @@ static_library("arc") { # TODO(crbug.com/853604): After fully migrating the intent picker to query # directly from App Service, we will deprecated the match functionality # in intent_filter and this dependency will be removed. - "//components/services/app_service/public/cpp:intent_util", + "//components/services/app_service/public/cpp:intents", "//components/session_manager/core", "//components/timers", "//components/url_formatter", @@ -231,6 +233,7 @@ static_library("arc_base") { deps = [ "//ash/public/cpp", + "//ash/public/cpp/external_arc", "//base", "//chromeos/constants", "//chromeos/cryptohome", |