Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index 64054935b314cafbd73372d611b82cdc959c6f0e..31b21bff32e4257fcca972f5c4b7f89c640df791 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -85,6 +85,8 @@ static_library("arc_test_support") { |
sources = [ |
"test/fake_app_instance.cc", |
"test/fake_app_instance.h", |
+ "test/fake_arc_bridge_bootstrap.cc", |
+ "test/fake_arc_bridge_bootstrap.h", |
"test/fake_arc_bridge_instance.cc", |
"test/fake_arc_bridge_instance.h", |
"test/fake_arc_bridge_service.cc", |