| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 7f7752d4b11dda1c7cf4b7efe608e36136bdd6cd..408d189beed16f1d31c4be526a03ca01ca5742c1 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -133,7 +133,6 @@ mojom("arc_bindings_old_types") {
|
| "common/net.mojom",
|
| "common/scale_factor.mojom",
|
| "common/screen_rect.mojom",
|
| - "common/video_accelerator.mojom",
|
| ]
|
|
|
| public_deps = [
|
| @@ -164,6 +163,7 @@ mojom("arc_bindings") {
|
| "common/storage_manager.mojom",
|
| "common/tts.mojom",
|
| "common/video.mojom",
|
| + "common/video_accelerator.mojom",
|
| "common/wallpaper.mojom",
|
| ]
|
|
|
|
|