OLD | NEW |
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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:cdm_renderer', |
207 '../components/components.gyp:component_metrics_proto', | 207 '../components/components.gyp:component_metrics_proto', |
208 '../content/content.gyp:content', | 208 '../content/content.gyp:content', |
209 '../content/content.gyp:content_app_browser', | 209 '../content/content.gyp:content_app_browser', |
210 '../skia/skia.gyp:skia', | 210 '../skia/skia.gyp:skia', |
| 211 '../third_party/WebKit/public/blink.gyp:blink', |
211 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 212 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
212 ], | 213 ], |
213 'sources': [ | 214 'sources': [ |
214 'shell/app/cast_main_delegate.cc', | 215 'shell/app/cast_main_delegate.cc', |
215 'shell/app/cast_main_delegate.h', | 216 'shell/app/cast_main_delegate.h', |
216 'shell/browser/cast_browser_context.cc', | 217 'shell/browser/cast_browser_context.cc', |
217 'shell/browser/cast_browser_context.h', | 218 'shell/browser/cast_browser_context.h', |
218 'shell/browser/cast_browser_main_parts.cc', | 219 'shell/browser/cast_browser_main_parts.cc', |
219 'shell/browser/cast_browser_main_parts.h', | 220 'shell/browser/cast_browser_main_parts.h', |
220 'shell/browser/cast_browser_process.cc', | 221 'shell/browser/cast_browser_process.cc', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'sources': [ | 465 'sources': [ |
465 'shell/browser/test/chromecast_browser_test.cc', | 466 'shell/browser/test/chromecast_browser_test.cc', |
466 'shell/browser/test/chromecast_browser_test.h', | 467 'shell/browser/test/chromecast_browser_test.h', |
467 'shell/browser/test/chromecast_browser_test_runner.cc', | 468 'shell/browser/test/chromecast_browser_test_runner.cc', |
468 ], | 469 ], |
469 }, | 470 }, |
470 ], # end of targets | 471 ], # end of targets |
471 }], | 472 }], |
472 ], # end of conditions | 473 ], # end of conditions |
473 } | 474 } |
OLD | NEW |