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', |
], |
}], |
], |