| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index a7088fbc556b6826ae960407d3d1853891b126b1..dd788794e62baa243278aff8ede5ce941b5200d9 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -185,6 +185,8 @@ static_library("arc_test_support") {
|
| "test/fake_arc_session.h",
|
| "test/fake_bluetooth_instance.cc",
|
| "test/fake_bluetooth_instance.h",
|
| + "test/fake_file_system_instance.cc",
|
| + "test/fake_file_system_instance.h",
|
| "test/fake_intent_helper_instance.cc",
|
| "test/fake_intent_helper_instance.h",
|
| "test/fake_notifications_instance.cc",
|
|
|