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

Unified Diff: chrome/chrome_gpu.gypi

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/chrome_gpu.gypi
diff --git a/chrome/chrome_gpu.gypi b/chrome/chrome_gpu.gypi
index 6f06f9dd8fc883e3225d555118e2c9fab22223b4..cf7be706ae50b393376462da93213486e85bc10b 100644
--- a/chrome/chrome_gpu.gypi
+++ b/chrome/chrome_gpu.gypi
@@ -12,12 +12,21 @@
'..',
'<(grit_out_dir)',
],
+ 'sources': [
+ 'gpu/chrome_content_gpu_client.cc',
+ 'gpu/chrome_content_gpu_client.h',
+ ],
'conditions': [
['chromeos==1', {
+ 'dependencies': [
+ '../components/components.gyp:arc_mojo_bindings',
+ ],
'sources': [
'gpu/arc_gpu_video_decode_accelerator.cc',
'gpu/arc_gpu_video_decode_accelerator.h',
'gpu/arc_video_accelerator.h',
+ 'gpu/gpu_arc_video_service.cc',
+ 'gpu/gpu_arc_video_service.h',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698