Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index c5e7746496d7d142b94ec74bb3e0646e53882151..1eb5ddf2535c84dbcb2fe192c372320edab0db8b 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -21,6 +21,8 @@ static_library("arc") { |
"power/arc_power_bridge.h", |
"settings/arc_settings_bridge.cc", |
"settings/arc_settings_bridge.h", |
+ "video/arc_video_service.cc", |
+ "video/arc_video_service.h", |
] |
deps = [ |
@@ -50,6 +52,7 @@ mojom("arc_bindings") { |
"common/power.mojom", |
"common/process.mojom", |
"common/settings.mojom", |
+ "common/video.mojom", |
] |
} |