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

Unified Diff: chromecast/chromecast.gyp

Issue 971913002: Chromecast: communicate HDMI-sink codec changes over IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address lcwu comments Created 5 years, 10 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 | « no previous file | chromecast/common/chromecast_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 2e1b9a5b2c58d81e9a5807b2fe6a8b194d608405..8a16e9aaa1c4626487f8e01b4ed0a62c14f29bc7 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -227,6 +227,9 @@
'common/cast_resource_delegate.h',
'common/chromecast_switches.cc',
'common/chromecast_switches.h',
+ 'common/media/cast_messages.h',
+ 'common/media/cast_message_generator.cc',
+ 'common/media/cast_message_generator.h',
'common/platform_client_auth.h',
'common/pref_names.cc',
'common/pref_names.h',
@@ -238,6 +241,8 @@
'renderer/cast_render_process_observer.h',
'renderer/key_systems_cast.cc',
'renderer/key_systems_cast.h',
+ 'renderer/media/capabilities_message_filter.cc',
+ 'renderer/media/capabilities_message_filter.h',
],
'conditions': [
['chromecast_branding=="Chrome"', {
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698