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

Unified Diff: content/content_common.gypi

Issue 1567623006: Implement GpuArcVideoService::AcceleratorStub using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-1-video-service
Patch Set: rebase, update interface 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
« no previous file with comments | « content/common/gpu/media/gpu_arc_video_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index d73f62803478873471d33000f04dba79e1e5782a..fb473227cbaff81e1fdcf8ec7541be7bc5e01116 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -874,6 +874,9 @@
],
}],
['chromeos==1', {
+ 'dependencies': [
+ '../components/components.gyp:arc_mojo_bindings',
+ ],
'sources': [
'common/gpu/media/accelerated_video_decoder.h',
'common/gpu/media/gpu_arc_video_service.cc',
« no previous file with comments | « content/common/gpu/media/gpu_arc_video_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698