Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index e6f40684c2c505bbce3606ef1ee144e4fa9c4afb..832b1392a7d5c3a44319e286877ceae99e22ad07 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -9,12 +9,15 @@ static_library("arc") { |
"arc_bridge_service_impl.cc", |
"arc_bridge_service_impl.h", |
"common/arc_message_generator.cc", |
+ "input/arc_input_bridge.cc", |
+ "input/arc_input_bridge.h", |
] |
deps = [ |
"//base", |
"//chromeos", |
"//ipc", |
+ "//ui", |
] |
} |