| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 'includes': [ '../build/grit_target.gypi' ], | 114 'includes': [ '../build/grit_target.gypi' ], |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 'target_name': 'cast_shell_pak', | 117 'target_name': 'cast_shell_pak', |
| 118 'type': 'none', | 118 'type': 'none', |
| 119 'dependencies': [ | 119 'dependencies': [ |
| 120 'cast_shell_resources', | 120 'cast_shell_resources', |
| 121 '../content/app/resources/content_resources.gyp:content_resources', | 121 '../content/app/resources/content_resources.gyp:content_resources', |
| 122 '../content/app/strings/content_strings.gyp:content_strings', | 122 '../content/app/strings/content_strings.gyp:content_strings', |
| 123 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', | 123 '../content/browser/devtools/devtools_resources.gyp:devtools_resources', |
| 124 '../content/content_resources.gyp:content_resources', | |
| 125 '../net/net.gyp:net_resources', | 124 '../net/net.gyp:net_resources', |
| 126 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 125 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| 127 '../ui/resources/ui_resources.gyp:ui_resources', | 126 '../ui/resources/ui_resources.gyp:ui_resources', |
| 128 '../ui/strings/ui_strings.gyp:ui_strings', | 127 '../ui/strings/ui_strings.gyp:ui_strings', |
| 129 ], | 128 ], |
| 130 'actions': [ | 129 'actions': [ |
| 131 { | 130 { |
| 132 'action_name': 'repack_cast_shell_pack', | 131 'action_name': 'repack_cast_shell_pack', |
| 133 'variables': { | 132 'variables': { |
| 134 'pak_inputs': [ | 133 'pak_inputs': [ |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 '<@(_outputs)', | 241 '<@(_outputs)', |
| 243 ], | 242 ], |
| 244 'includes': [ | 243 'includes': [ |
| 245 '../build/util/version.gypi', | 244 '../build/util/version.gypi', |
| 246 ], | 245 ], |
| 247 }, | 246 }, |
| 248 ], | 247 ], |
| 249 }, | 248 }, |
| 250 ], # end of targets | 249 ], # end of targets |
| 251 } | 250 } |
| OLD | NEW |