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 '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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'cast_shell_pak', | 104 'cast_shell_pak', |
105 'cast_shell_resources', | 105 'cast_shell_resources', |
106 'cast_version_header', | 106 'cast_version_header', |
107 'chromecast_locales.gyp:chromecast_locales_pak', | 107 'chromecast_locales.gyp:chromecast_locales_pak', |
108 'chromecast_locales.gyp:chromecast_settings', | 108 'chromecast_locales.gyp:chromecast_settings', |
109 'media/media.gyp:media_base', | 109 'media/media.gyp:media_base', |
110 '../base/base.gyp:base', | 110 '../base/base.gyp:base', |
111 '../components/components.gyp:cdm_renderer', | 111 '../components/components.gyp:cdm_renderer', |
112 '../components/components.gyp:component_metrics_proto', | 112 '../components/components.gyp:component_metrics_proto', |
113 '../components/components.gyp:crash_component', | 113 '../components/components.gyp:crash_component', |
| 114 '../components/components.gyp:dns_prefetch_browser', |
| 115 '../components/components.gyp:dns_prefetch_renderer', |
114 '../components/components.gyp:metrics', | 116 '../components/components.gyp:metrics', |
115 '../components/components.gyp:metrics_gpu', | 117 '../components/components.gyp:metrics_gpu', |
116 '../components/components.gyp:metrics_net', | 118 '../components/components.gyp:metrics_net', |
117 '../components/components.gyp:metrics_profiler', | 119 '../components/components.gyp:metrics_profiler', |
118 '../content/content.gyp:content', | 120 '../content/content.gyp:content', |
119 '../content/content.gyp:content_app_browser', | 121 '../content/content.gyp:content_app_browser', |
120 '../skia/skia.gyp:skia', | 122 '../skia/skia.gyp:skia', |
121 '../third_party/WebKit/public/blink.gyp:blink', | 123 '../third_party/WebKit/public/blink.gyp:blink', |
122 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 124 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
123 ], | 125 ], |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 'cast_shell_core', | 442 'cast_shell_core', |
441 ], | 443 ], |
442 'sources': [ | 444 'sources': [ |
443 'app/cast_main.cc', | 445 'app/cast_main.cc', |
444 ], | 446 ], |
445 }, | 447 }, |
446 ], # end of targets | 448 ], # end of targets |
447 }], | 449 }], |
448 ], # end of conditions | 450 ], # end of conditions |
449 } | 451 } |
OLD | NEW |