| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index fb0b1cbfa7640bc70d2ec9df152ab241615d4863..5e79745fcd55344504bf6da2c7bee0de1e83ea0a 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -184,6 +184,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",
|
|
|