Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: components/arc/BUILD.gn

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Owen's comments: split GpuArcVideoServiceHost and named the new code arc::ArcVideoBridge Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index c5e7746496d7d142b94ec74bb3e0646e53882151..a658275fca372b04ac4fa0b6afe20f7d4e4cce98 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -21,6 +21,9 @@ static_library("arc") {
"power/arc_power_bridge.h",
"settings/arc_settings_bridge.cc",
"settings/arc_settings_bridge.h",
+ "video/arc_video_bridge.cc",
+ "video/arc_video_bridge.h",
+ "video/video_host_delegate.h",
]
deps = [
@@ -50,6 +53,7 @@ mojom("arc_bindings") {
"common/power.mojom",
"common/process.mojom",
"common/settings.mojom",
+ "common/video.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698