Index: components/exo/BUILD.gn |
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn |
index e216ad9a9c60e7cdd09185a76857e317cbd05459..c7545fb39fb5f3761c0ae36c14fe1851e6721182 100644 |
--- a/components/exo/BUILD.gn |
+++ b/components/exo/BUILD.gn |
@@ -6,6 +6,8 @@ import("//testing/test.gni") |
source_set("exo") { |
sources = [ |
+ "arc/arc_input_bridge.cc", |
+ "arc/arc_input_bridge.h", |
"buffer.cc", |
"buffer.h", |
"display.cc", |
@@ -29,6 +31,7 @@ source_set("exo") { |
"//ash/resources", |
"//base", |
"//cc", |
+ "//components/arc", |
"//gpu", |
"//skia", |
"//ui/aura", |