diff options
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", |