Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index 7fbfd24145d1d7cfb1d9ddf5d49bf96a8dee50f3..951ecf56b917015a14c2ab2eb64caa5a3d8de8c5 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -19,6 +19,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 = [ |