| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 '../net/net.gyp:net_resources', | 107 '../net/net.gyp:net_resources', |
| 108 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 108 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 109 '../ui/resources/ui_resources.gyp:ui_resources', | 109 '../ui/resources/ui_resources.gyp:ui_resources', |
| 110 '../ui/strings/ui_strings.gyp:ui_strings', | 110 '../ui/strings/ui_strings.gyp:ui_strings', |
| 111 ], | 111 ], |
| 112 'actions': [ | 112 'actions': [ |
| 113 { | 113 { |
| 114 'action_name': 'repack_cast_shell_pak', | 114 'action_name': 'repack_cast_shell_pak', |
| 115 'variables': { | 115 'variables': { |
| 116 'pak_inputs': [ | 116 'pak_inputs': [ |
| 117 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', | 117 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
_100_percent.pak', |
| 118 '<(SHARED_INTERMEDIATE_DIR)/chromecast/shell_resources.pak', | 118 '<(SHARED_INTERMEDIATE_DIR)/chromecast/shell_resources.pak', |
| 119 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 119 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 120 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', | 120 '<(SHARED_INTERMEDIATE_DIR)/content/app/resources/content_resource
s_100_percent.pak', |
| 121 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', | 121 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', |
| 122 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 122 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 123 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 123 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
| 124 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 124 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
| 125 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', | 125 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
| 126 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 126 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
| 127 ], | 127 ], |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 548 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
| 549 # 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. |
| 550 'ldflags': [ | 550 'ldflags': [ |
| 551 '-Wl,-rpath=\$$ORIGIN' | 551 '-Wl,-rpath=\$$ORIGIN' |
| 552 ], | 552 ], |
| 553 }, | 553 }, |
| 554 ], # end of targets | 554 ], # end of targets |
| 555 }], | 555 }], |
| 556 ], # end of conditions | 556 ], # end of conditions |
| 557 } | 557 } |
| OLD | NEW |