| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'cast_shell_resources', | 117 'cast_shell_resources', |
| 118 'cast_version_header', | 118 'cast_version_header', |
| 119 'chromecast_locales.gyp:chromecast_locales_pak', | 119 'chromecast_locales.gyp:chromecast_locales_pak', |
| 120 'chromecast_locales.gyp:chromecast_settings', | 120 'chromecast_locales.gyp:chromecast_settings', |
| 121 'media/media.gyp:media_base', | 121 'media/media.gyp:media_base', |
| 122 '../base/base.gyp:base', | 122 '../base/base.gyp:base', |
| 123 '../components/components.gyp:breakpad_host', | 123 '../components/components.gyp:breakpad_host', |
| 124 '../components/components.gyp:cdm_renderer', | 124 '../components/components.gyp:cdm_renderer', |
| 125 '../components/components.gyp:component_metrics_proto', | 125 '../components/components.gyp:component_metrics_proto', |
| 126 '../components/components.gyp:crash_component', | 126 '../components/components.gyp:crash_component', |
| 127 '../components/components.gyp:dns_prefetch_browser', | 127 '../components/components.gyp:network_hints_browser', |
| 128 '../components/components.gyp:dns_prefetch_renderer', | 128 '../components/components.gyp:network_hints_renderer', |
| 129 '../components/components.gyp:metrics', | 129 '../components/components.gyp:metrics', |
| 130 '../components/components.gyp:metrics_gpu', | 130 '../components/components.gyp:metrics_gpu', |
| 131 '../components/components.gyp:metrics_net', | 131 '../components/components.gyp:metrics_net', |
| 132 '../components/components.gyp:metrics_profiler', | 132 '../components/components.gyp:metrics_profiler', |
| 133 '../content/content.gyp:content', | 133 '../content/content.gyp:content', |
| 134 '../content/content.gyp:content_app_browser', | 134 '../content/content.gyp:content_app_browser', |
| 135 '../skia/skia.gyp:skia', | 135 '../skia/skia.gyp:skia', |
| 136 '../third_party/WebKit/public/blink.gyp:blink', | 136 '../third_party/WebKit/public/blink.gyp:blink', |
| 137 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 137 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 138 ], | 138 ], |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 523 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
| 524 # Allow the cast shell to find the NSS module in the same directory. | 524 # Allow the cast shell to find the NSS module in the same directory. |
| 525 'ldflags': [ | 525 'ldflags': [ |
| 526 '-Wl,-rpath=\$$ORIGIN' | 526 '-Wl,-rpath=\$$ORIGIN' |
| 527 ], | 527 ], |
| 528 }, | 528 }, |
| 529 ], # end of targets | 529 ], # end of targets |
| 530 }], | 530 }], |
| 531 ], # end of conditions | 531 ], # end of conditions |
| 532 } | 532 } |
| OLD | NEW |