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 'cast_build_release': 'internal/build/cast_build_release', | 9 'cast_build_release': 'internal/build/cast_build_release', |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 '../components/components.gyp:cdm_renderer', | 167 '../components/components.gyp:cdm_renderer', |
168 '../components/components.gyp:component_metrics_proto', | 168 '../components/components.gyp:component_metrics_proto', |
169 '../components/components.gyp:crash_component', | 169 '../components/components.gyp:crash_component', |
170 '../components/components.gyp:network_hints_browser', | 170 '../components/components.gyp:network_hints_browser', |
171 '../components/components.gyp:network_hints_renderer', | 171 '../components/components.gyp:network_hints_renderer', |
172 '../components/components.gyp:metrics', | 172 '../components/components.gyp:metrics', |
173 '../components/components.gyp:metrics_gpu', | 173 '../components/components.gyp:metrics_gpu', |
174 '../components/components.gyp:metrics_net', | 174 '../components/components.gyp:metrics_net', |
175 '../components/components.gyp:metrics_profiler', | 175 '../components/components.gyp:metrics_profiler', |
176 '../content/content.gyp:content', | 176 '../content/content.gyp:content', |
177 '../content/content.gyp:content_app_browser', | 177 '../content/content.gyp:content_app_both', |
178 '../skia/skia.gyp:skia', | 178 '../skia/skia.gyp:skia', |
179 '../third_party/WebKit/public/blink.gyp:blink', | 179 '../third_party/WebKit/public/blink.gyp:blink', |
180 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 180 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
181 ], | 181 ], |
182 'sources': [ | 182 'sources': [ |
183 'app/cast_main_delegate.cc', | 183 'app/cast_main_delegate.cc', |
184 'app/cast_main_delegate.h', | 184 'app/cast_main_delegate.h', |
185 'browser/cast_browser_context.cc', | 185 'browser/cast_browser_context.cc', |
186 'browser/cast_browser_context.h', | 186 'browser/cast_browser_context.h', |
187 'browser/cast_browser_main_parts.cc', | 187 'browser/cast_browser_main_parts.cc', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'dependencies': [ | 351 'dependencies': [ |
352 'cast_jni_headers', | 352 'cast_jni_headers', |
353 'cast_shell_common', | 353 'cast_shell_common', |
354 'cast_shell_icudata', | 354 'cast_shell_icudata', |
355 'cast_shell_pak', | 355 'cast_shell_pak', |
356 'cast_version_header', | 356 'cast_version_header', |
357 '../base/base.gyp:base', | 357 '../base/base.gyp:base', |
358 '../breakpad/breakpad.gyp:breakpad_client', | 358 '../breakpad/breakpad.gyp:breakpad_client', |
359 '../components/components.gyp:breakpad_host', | 359 '../components/components.gyp:breakpad_host', |
360 '../components/components.gyp:crash_component', | 360 '../components/components.gyp:crash_component', |
361 '../content/content.gyp:content_app_browser', | |
362 '../content/content.gyp:content', | 361 '../content/content.gyp:content', |
363 '../skia/skia.gyp:skia', | 362 '../skia/skia.gyp:skia', |
364 '../ui/gfx/gfx.gyp:gfx', | 363 '../ui/gfx/gfx.gyp:gfx', |
365 '../ui/gl/gl.gyp:gl', | 364 '../ui/gl/gl.gyp:gl', |
366 ], | 365 ], |
367 'include_dirs': [ | 366 'include_dirs': [ |
368 '../breakpad/src', | 367 '../breakpad/src', |
369 ], | 368 ], |
370 'sources': [ | 369 'sources': [ |
371 'android/cast_jni_registrar.cc', | 370 'android/cast_jni_registrar.cc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 548 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
550 # Allow the cast shell to find the NSS module in the same directory. | 549 # Allow the cast shell to find the NSS module in the same directory. |
551 'ldflags': [ | 550 'ldflags': [ |
552 '-Wl,-rpath=\$$ORIGIN' | 551 '-Wl,-rpath=\$$ORIGIN' |
553 ], | 552 ], |
554 }, | 553 }, |
555 ], # end of targets | 554 ], # end of targets |
556 }], | 555 }], |
557 ], # end of conditions | 556 ], # end of conditions |
558 } | 557 } |
OLD | NEW |