| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 2a28210490d2a3beb170ab079bc36b10bbbdfa4b..337ac57705342c6ae360ce3b54e9eb77b2fa4366 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -131,7 +131,6 @@ mojom("arc_bindings_old_types") {
|
| "common/bluetooth.mojom",
|
| "common/enterprise_reporting.mojom",
|
| "common/net.mojom",
|
| - "common/video_accelerator.mojom",
|
| ]
|
|
|
| public_deps = [
|
| @@ -167,6 +166,7 @@ mojom("arc_bindings") {
|
| "common/storage_manager.mojom",
|
| "common/tts.mojom",
|
| "common/video.mojom",
|
| + "common/video_accelerator.mojom",
|
| "common/wallpaper.mojom",
|
| ]
|
|
|
|
|