| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 0a5501de2c78b0ae79d61c0035b9db2cb3a98519..a3a067957e911e0b74062f3f58b33c2c018b0a79 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -27,9 +27,6 @@ static_library("arc") {
|
| "input/arc_input_bridge.h",
|
| "power/arc_power_bridge.cc",
|
| "power/arc_power_bridge.h",
|
| - "video/arc_video_bridge.cc",
|
| - "video/arc_video_bridge.h",
|
| - "video/video_host_delegate.h",
|
| ]
|
|
|
| deps = [
|
| @@ -67,7 +64,6 @@ mojom("arc_bindings") {
|
| "common/power.mojom",
|
| "common/process.mojom",
|
| "common/settings.mojom",
|
| - "common/video.mojom",
|
| ]
|
| }
|
|
|
|
|