Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index f80f4e5a45c79cce5d2128129c20cbdff776595c..ee628822cca988ff5de5347719538410cb2dbf72 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -30,6 +30,8 @@ static_library("arc") { |
"ime/arc_ime_service.h", |
"input/arc_input_bridge.cc", |
"input/arc_input_bridge.h", |
+ "intent_helper/arc_intent_helper_bridge.cc", |
+ "intent_helper/arc_intent_helper_bridge.h", |
"metrics/arc_low_memory_killer_monitor.cc", |
"metrics/arc_low_memory_killer_monitor.h", |
"metrics/arc_metrics_service.cc", |
@@ -61,6 +63,7 @@ static_library("arc") { |
"//ui/display:display", |
"//ui/events", |
"//ui/events:dom_keycode_converter", |
+ "//url:url", |
] |
public_deps = [ |