Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index fe116558ceb9cdef667f2b0dcf010edd64fb43a1..6ab927062cf9918229c2e9ba5b23e5e73bb0bf76 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -20,6 +20,19 @@ static_library("arc") { |
] |
} |
+static_library("arc_test_support") { |
+ testonly = true |
+ sources = [ |
+ "test/fake_arc_bridge_service.cc", |
+ "test/fake_arc_bridge_service.h", |
+ ] |
+ |
+ deps = [ |
+ ":arc", |
+ "//base", |
+ ] |
+} |
+ |
source_set("unit_tests") { |
testonly = true |
sources = [ |