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

Side by Side Diff: chromecast/chromecast.gyp

Issue 794253004: Chromecast: wires up renderer-side CMA message filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (Derek's media deferer CL just landed) Created 5 years, 12 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 unified diff | Download patch
« no previous file with comments | « no previous file | chromecast/renderer/cast_content_renderer_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'chromium_code': 1, 9 'chromium_code': 1,
10 'chromecast_branding%': 'Chromium', 10 'chromecast_branding%': 'Chromium',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'common/cast_resource_delegate.h', 169 'common/cast_resource_delegate.h',
170 'common/chromecast_switches.cc', 170 'common/chromecast_switches.cc',
171 'common/chromecast_switches.h', 171 'common/chromecast_switches.h',
172 'common/platform_client_auth.h', 172 'common/platform_client_auth.h',
173 'common/pref_names.cc', 173 'common/pref_names.cc',
174 'common/pref_names.h', 174 'common/pref_names.h',
175 'renderer/cast_content_renderer_client.cc', 175 'renderer/cast_content_renderer_client.cc',
176 'renderer/cast_content_renderer_client.h', 176 'renderer/cast_content_renderer_client.h',
177 'renderer/cast_media_load_deferrer.cc', 177 'renderer/cast_media_load_deferrer.cc',
178 'renderer/cast_media_load_deferrer.h', 178 'renderer/cast_media_load_deferrer.h',
179 'renderer/cast_render_process_observer.cc',
180 'renderer/cast_render_process_observer.h',
179 'renderer/key_systems_cast.cc', 181 'renderer/key_systems_cast.cc',
180 'renderer/key_systems_cast.h', 182 'renderer/key_systems_cast.h',
181 ], 183 ],
182 'conditions': [ 184 'conditions': [
183 ['chromecast_branding=="Chrome"', { 185 ['chromecast_branding=="Chrome"', {
184 'dependencies': [ 186 'dependencies': [
185 '<(cast_internal_gyp):cast_shell_internal', 187 '<(cast_internal_gyp):cast_shell_internal',
186 ], 188 ],
187 }, { 189 }, {
188 'sources': [ 190 'sources': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'cast_shell_core', 478 'cast_shell_core',
477 ], 479 ],
478 'sources': [ 480 'sources': [
479 'app/cast_main.cc', 481 'app/cast_main.cc',
480 ], 482 ],
481 }, 483 },
482 ], # end of targets 484 ], # end of targets
483 }], 485 }],
484 ], # end of conditions 486 ], # end of conditions
485 } 487 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/renderer/cast_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698