OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 5 'dependencies': [ |
6 '<@(chrome_dll_project)', | 6 '<@(chrome_dll_project)', |
7 '../chrome.gyp:chrome', | 7 '../chrome.gyp:chrome', |
8 '../chrome.gyp:chrome_nacl_win64', | 8 '../chrome.gyp:chrome_nacl_win64', |
9 '../chrome.gyp:default_extensions', | 9 '../chrome.gyp:default_extensions', |
10 '../chrome.gyp:setup', | 10 '../chrome.gyp:setup', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'inputs': [ | 178 'inputs': [ |
179 '<(PRODUCT_DIR)/icudtl.dat', | 179 '<(PRODUCT_DIR)/icudtl.dat', |
180 ], | 180 ], |
181 }], | 181 }], |
182 ], | 182 ], |
183 'inputs': [ | 183 'inputs': [ |
184 '<(create_installer_archive_py_path)', | 184 '<(create_installer_archive_py_path)', |
185 '<(PRODUCT_DIR)/chrome.exe', | 185 '<(PRODUCT_DIR)/chrome.exe', |
186 '<@(chrome_dll_path)', | 186 '<@(chrome_dll_path)', |
187 '<(PRODUCT_DIR)/nacl64.exe', | 187 '<(PRODUCT_DIR)/nacl64.exe', |
188 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | |
189 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', | 188 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
190 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 189 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
191 '<(PRODUCT_DIR)/locales/en-US.pak', | 190 '<(PRODUCT_DIR)/locales/en-US.pak', |
192 ], | 191 ], |
193 'outputs': [ | 192 'outputs': [ |
194 'xxx.out', | 193 'xxx.out', |
195 '<(output_dir)/<(RULE_INPUT_NAME).7z', | 194 '<(output_dir)/<(RULE_INPUT_NAME).7z', |
196 '<(output_dir)/<(RULE_INPUT_NAME).packed.7z', | 195 '<(output_dir)/<(RULE_INPUT_NAME).packed.7z', |
197 '<(output_dir)/setup.ex_', | 196 '<(output_dir)/setup.ex_', |
198 '<(INTERMEDIATE_DIR)/packed_files.rc', | 197 '<(INTERMEDIATE_DIR)/packed_files.rc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'variables': { | 229 'variables': { |
231 'branding_dir': '../app/theme/google_chrome', | 230 'branding_dir': '../app/theme/google_chrome', |
232 }, | 231 }, |
233 }, { # else branding!="Chrome" | 232 }, { # else branding!="Chrome" |
234 'variables': { | 233 'variables': { |
235 'branding_dir': '../app/theme/chromium', | 234 'branding_dir': '../app/theme/chromium', |
236 }, | 235 }, |
237 }], | 236 }], |
238 ], | 237 ], |
239 } | 238 } |
OLD | NEW |