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

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 dcheng's comments Created 4 years, 11 months 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 6740c3f5cc0725cc789681224d23586fc8a381e5..b19324748fd06ab45f01ae0896b731a0ff86fdd4 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -22,6 +22,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 = [
@@ -52,6 +55,7 @@ mojom("arc_bindings") {
"common/power.mojom",
"common/process.mojom",
"common/settings.mojom",
+ "common/video.mojom",
]
}
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | content/browser/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698