| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index ead259d3afcfd61023b361f1a12fabebc8de9990..2a28210490d2a3beb170ab079bc36b10bbbdfa4b 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -127,7 +127,6 @@ static_library("arc_base") {
|
| # TODO(crbug.com/662510): Remove this altogether.
|
| mojom("arc_bindings_old_types") {
|
| sources = [
|
| - "common/app.mojom",
|
| "common/bitmap.mojom",
|
| "common/bluetooth.mojom",
|
| "common/enterprise_reporting.mojom",
|
| @@ -145,6 +144,7 @@ mojom("arc_bindings_old_types") {
|
|
|
| mojom("arc_bindings") {
|
| sources = [
|
| + "common/app.mojom",
|
| "common/arc_bridge.mojom",
|
| "common/audio.mojom",
|
| "common/auth.mojom",
|
|
|