| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 8d7adaed7c541750405743d28edaf4d836cf05cf..1e10a071224209166db68622d5f77f9af9adc2e3 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -130,7 +130,6 @@ mojom("arc_bindings_old_types") {
|
| "common/bitmap.mojom",
|
| "common/bluetooth.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",
|
| ]
|
|
|
|
|