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

Unified Diff: chrome/gpu/BUILD.gn

Issue 1641353003: GpuArcVideoService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-4-owen-ArcGpuVideoDecodeAccelerator
Patch Set: addressed Owen's comments Created 4 years, 9 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: chrome/gpu/BUILD.gn
diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn
index 50af78bbce46ab2a24b45e56e25740eb3fd72c70..643bc96664f8005f4f0296719b29368317ef0065 100644
--- a/chrome/gpu/BUILD.gn
+++ b/chrome/gpu/BUILD.gn
@@ -7,13 +7,19 @@ static_library("gpu") {
"//content/public/gpu",
]
- sources = []
+ sources = [
+ "chrome_content_gpu_client.cc",
+ "chrome_content_gpu_client.h",
+ ]
if (is_chromeos) {
+ deps += [ "//components/arc:arc_bindings" ]
sources += [
"arc_gpu_video_decode_accelerator.cc",
"arc_gpu_video_decode_accelerator.h",
"arc_video_accelerator.h",
+ "gpu_arc_video_service.cc",
+ "gpu_arc_video_service.h",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698