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

Side by Side Diff: chromecast/chromecast.gyp

Issue 859863003: Chromecast: adds hook for internal code to set command-line flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chromecast/browser/cast_content_browser_client_simple.cc ('k') | no next file » | 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'renderer/key_systems_cast.cc', 193 'renderer/key_systems_cast.cc',
194 'renderer/key_systems_cast.h', 194 'renderer/key_systems_cast.h',
195 ], 195 ],
196 'conditions': [ 196 'conditions': [
197 ['chromecast_branding=="Chrome"', { 197 ['chromecast_branding=="Chrome"', {
198 'dependencies': [ 198 'dependencies': [
199 '<(cast_internal_gyp):cast_shell_internal', 199 '<(cast_internal_gyp):cast_shell_internal',
200 ], 200 ],
201 }, { 201 }, {
202 'sources': [ 202 'sources': [
203 'browser/cast_content_browser_client_simple.cc',
203 'browser/cast_network_delegate_simple.cc', 204 'browser/cast_network_delegate_simple.cc',
204 'browser/devtools/remote_debugging_server_simple.cc', 205 'browser/devtools/remote_debugging_server_simple.cc',
205 'browser/media/cast_browser_cdm_factory_simple.cc', 206 'browser/media/cast_browser_cdm_factory_simple.cc',
206 'browser/metrics/platform_metrics_providers_simple.cc', 207 'browser/metrics/platform_metrics_providers_simple.cc',
207 'browser/pref_service_helper_simple.cc', 208 'browser/pref_service_helper_simple.cc',
208 'common/platform_client_auth_simple.cc', 209 'common/platform_client_auth_simple.cc',
209 'renderer/key_systems_cast_simple.cc', 210 'renderer/key_systems_cast_simple.cc',
210 ], 211 ],
211 'conditions': [ 212 'conditions': [
212 ['OS=="android"', { 213 ['OS=="android"', {
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'cast_shell_core', 513 'cast_shell_core',
513 ], 514 ],
514 'sources': [ 515 'sources': [
515 'app/cast_main.cc', 516 'app/cast_main.cc',
516 ], 517 ],
517 }, 518 },
518 ], # end of targets 519 ], # end of targets
519 }], 520 }],
520 ], # end of conditions 521 ], # end of conditions
521 } 522 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client_simple.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698