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

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: more 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
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 82f4b86088891d0df1939a0ffca016f314cdf3c6..1de867b544a9f354258a4f2aee3aa050fd40cd7f 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') | chromecast/common/media/cast_message_generator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698