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

Unified Diff: chromecast/media/media.gyp

Issue 802833002: Chromecast: media interfaces for hardware-backed video plane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 6 years 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 | « chromecast/media/cma/backend/video_plane_fake_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index 4912f78173fd23afbf9808568997e2a6b6f36c6a..1051a6bb30a793d0ea0f8689fb8c9f2567286655 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -108,6 +108,10 @@
'cma/backend/media_pipeline_device_params.h',
'cma/backend/video_pipeline_device.cc',
'cma/backend/video_pipeline_device.h',
+ 'cma/backend/video_plane.cc',
+ 'cma/backend/video_plane.h',
+ 'cma/backend/video_plane_fake.cc',
+ 'cma/backend/video_plane_fake.h',
],
'conditions': [
['chromecast_branding=="Chrome"', {
@@ -117,6 +121,7 @@
}, {
'sources': [
'cma/backend/media_pipeline_device_fake_factory.cc',
+ 'cma/backend/video_plane_fake_factory.cc',
],
}],
],
« no previous file with comments | « chromecast/media/cma/backend/video_plane_fake_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698