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

Unified Diff: chromecast/chromecast.gyp

Issue 1074383002: Introduce VideoConfig/AudioConfig class for CMA backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split the strcutre into {Audio|Video}Config Created 5 years, 8 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: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index fc4dbd52ff169c54d5da4db30b4a202edd77d5c7..0604b3f46e4051669c3391ec07d14128a7072958 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -36,6 +36,8 @@
'public/cast_egl_platform.h',
'public/cast_egl_platform_shlib.h',
'public/chromecast_export.h',
+ 'public/media/decoder_config.cc',
+ 'public/media/decoder_config.h',
],
},
# TODO(gunsch): Remove this fake target once it's either added or no

Powered by Google App Engine
This is Rietveld 408576698