| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 0a518f5c55120d16f7feebc61c529d510603edd5..cf54954835050c35a76ed7480a399a35a84d3bbe 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -35,13 +35,20 @@ static_library("arc") {
|
|
|
| mojom("arc_bindings") {
|
| sources = [
|
| + "common/app.mojom",
|
| "common/arc_bridge.mojom",
|
| + "common/input.mojom",
|
| + "common/notifications.mojom",
|
| + "common/power.mojom",
|
| + "common/process_list.mojom",
|
| ]
|
| }
|
|
|
| static_library("arc_test_support") {
|
| testonly = true
|
| sources = [
|
| + "test/fake_app_instance.cc",
|
| + "test/fake_app_instance.h",
|
| "test/fake_arc_bridge_instance.cc",
|
| "test/fake_arc_bridge_instance.h",
|
| "test/fake_arc_bridge_service.cc",
|
|
|