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

Side by Side Diff: chromecast/chromecast.gyp

Issue 600573003: Chromecast buildfix: adds GYP dependency on cdm_renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'chromecast_branding%': 'Chromium', 8 'chromecast_branding%': 'Chromium',
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'dependencies': [ 196 'dependencies': [
197 'cast_common', 197 'cast_common',
198 'cast_metrics', 198 'cast_metrics',
199 'cast_service', 199 'cast_service',
200 'cast_shell_pak', 200 'cast_shell_pak',
201 'cast_shell_resources', 201 'cast_shell_resources',
202 'cast_version_header', 202 'cast_version_header',
203 'chromecast_locales.gyp:chromecast_locales_pak', 203 'chromecast_locales.gyp:chromecast_locales_pak',
204 'chromecast_locales.gyp:chromecast_settings', 204 'chromecast_locales.gyp:chromecast_settings',
205 'media/media.gyp:media_base', 205 'media/media.gyp:media_base',
206 '../components/components.gyp:cdm_renderer',
206 '../components/components.gyp:component_metrics_proto', 207 '../components/components.gyp:component_metrics_proto',
207 '../content/content.gyp:content', 208 '../content/content.gyp:content',
208 '../content/content.gyp:content_app_browser', 209 '../content/content.gyp:content_app_browser',
209 '../skia/skia.gyp:skia', 210 '../skia/skia.gyp:skia',
210 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 211 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
211 ], 212 ],
212 'sources': [ 213 'sources': [
213 'shell/app/cast_main_delegate.cc', 214 'shell/app/cast_main_delegate.cc',
214 'shell/app/cast_main_delegate.h', 215 'shell/app/cast_main_delegate.h',
215 'shell/browser/cast_browser_context.cc', 216 'shell/browser/cast_browser_context.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'sources': [ 464 'sources': [
464 'shell/browser/test/chromecast_browser_test.cc', 465 'shell/browser/test/chromecast_browser_test.cc',
465 'shell/browser/test/chromecast_browser_test.h', 466 'shell/browser/test/chromecast_browser_test.h',
466 'shell/browser/test/chromecast_browser_test_runner.cc', 467 'shell/browser/test/chromecast_browser_test_runner.cc',
467 ], 468 ],
468 }, 469 },
469 ], # end of targets 470 ], # end of targets
470 }], 471 }],
471 ], # end of conditions 472 ], # end of conditions
472 } 473 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698