| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'type': 'none', | 74 'type': 'none', |
| 75 'dependencies': [ | 75 'dependencies': [ |
| 76 'cast_shell_resources', | 76 'cast_shell_resources', |
| 77 '../content/app/strings/content_strings.gyp:content_strings', | 77 '../content/app/strings/content_strings.gyp:content_strings', |
| 78 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', | 78 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', |
| 79 '../content/content_resources.gyp:content_resources', | 79 '../content/content_resources.gyp:content_resources', |
| 80 '../net/net.gyp:net_resources', | 80 '../net/net.gyp:net_resources', |
| 81 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 81 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 82 '../ui/resources/ui_resources.gyp:ui_resources', | 82 '../ui/resources/ui_resources.gyp:ui_resources', |
| 83 '../ui/strings/ui_strings.gyp:ui_strings', | 83 '../ui/strings/ui_strings.gyp:ui_strings', |
| 84 '../webkit/webkit_resources.gyp:webkit_resources', | 84 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
| 85 ], | 85 ], |
| 86 'actions': [ | 86 'actions': [ |
| 87 { | 87 { |
| 88 'action_name': 'repack_cast_shell_pack', | 88 'action_name': 'repack_cast_shell_pack', |
| 89 'variables': { | 89 'variables': { |
| 90 'pak_inputs': [ | 90 'pak_inputs': [ |
| 91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', | 91 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources
.pak', |
| 92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 92 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
| 93 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', | 93 '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en
-US.pak', |
| 94 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 94 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 '<@(_outputs)', | 182 '<@(_outputs)', |
| 183 ], | 183 ], |
| 184 'includes': [ | 184 'includes': [ |
| 185 '../build/util/version.gypi', | 185 '../build/util/version.gypi', |
| 186 ], | 186 ], |
| 187 }, | 187 }, |
| 188 ], | 188 ], |
| 189 }, | 189 }, |
| 190 ], # end of targets | 190 ], # end of targets |
| 191 } | 191 } |
| OLD | NEW |