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

Side by Side Diff: chromecast/chromecast.gyp

Issue 673883004: Chromecast: use variable internal GYP variable consistently. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/media/media.gyp » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'common/pref_names.cc', 165 'common/pref_names.cc',
166 'common/pref_names.h', 166 'common/pref_names.h',
167 'renderer/cast_content_renderer_client.cc', 167 'renderer/cast_content_renderer_client.cc',
168 'renderer/cast_content_renderer_client.h', 168 'renderer/cast_content_renderer_client.h',
169 'renderer/key_systems_cast.cc', 169 'renderer/key_systems_cast.cc',
170 'renderer/key_systems_cast.h', 170 'renderer/key_systems_cast.h',
171 ], 171 ],
172 'conditions': [ 172 'conditions': [
173 ['chromecast_branding=="Chrome"', { 173 ['chromecast_branding=="Chrome"', {
174 'dependencies': [ 174 'dependencies': [
175 'internal/chromecast_internal.gyp:cast_shell_internal', 175 '<(cast_internal_gyp):cast_shell_internal',
176 ], 176 ],
177 }, { 177 }, {
178 'sources': [ 178 'sources': [
179 'browser/cast_network_delegate_simple.cc', 179 'browser/cast_network_delegate_simple.cc',
180 'browser/devtools/remote_debugging_server_simple.cc', 180 'browser/devtools/remote_debugging_server_simple.cc',
181 'browser/metrics/platform_metrics_providers_simple.cc', 181 'browser/metrics/platform_metrics_providers_simple.cc',
182 'browser/webui/webui_cast_simple.cc', 182 'browser/webui/webui_cast_simple.cc',
183 'common/chromecast_config_simple.cc', 183 'common/chromecast_config_simple.cc',
184 'renderer/key_systems_cast_simple.cc', 184 'renderer/key_systems_cast_simple.cc',
185 ], 185 ],
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'type': '<(component)', 406 'type': '<(component)',
407 'dependencies': [ 407 'dependencies': [
408 'cast_net', 408 'cast_net',
409 'cast_shell_common', 409 'cast_shell_common',
410 'media/media.gyp:cast_media', 410 'media/media.gyp:cast_media',
411 '../ui/aura/aura.gyp:aura_test_support', 411 '../ui/aura/aura.gyp:aura_test_support',
412 ], 412 ],
413 'conditions': [ 413 'conditions': [
414 ['chromecast_branding=="Chrome"', { 414 ['chromecast_branding=="Chrome"', {
415 'dependencies': [ 415 'dependencies': [
416 'internal/chromecast_internal.gyp:cast_gfx_internal', 416 '<(cast_internal_gyp):cast_gfx_internal',
417 ], 417 ],
418 }, { 418 }, {
419 'dependencies': [ 419 'dependencies': [
420 '../ui/ozone/ozone.gyp:eglplatform_shim_x11', 420 '../ui/ozone/ozone.gyp:eglplatform_shim_x11',
421 ], 421 ],
422 }], 422 }],
423 ], 423 ],
424 }, 424 },
425 { 425 {
426 'target_name': 'cast_shell', 426 'target_name': 'cast_shell',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'sources': [ 460 'sources': [
461 'browser/test/chromecast_browser_test.cc', 461 'browser/test/chromecast_browser_test.cc',
462 'browser/test/chromecast_browser_test.h', 462 'browser/test/chromecast_browser_test.h',
463 'browser/test/chromecast_browser_test_runner.cc', 463 'browser/test/chromecast_browser_test_runner.cc',
464 ], 464 ],
465 }, 465 },
466 ], # end of targets 466 ], # end of targets
467 }], 467 }],
468 ], # end of conditions 468 ], # end of conditions
469 } 469 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698