| 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:app_host', | 7 '../chrome.gyp:app_host', |
| 8 '../chrome.gyp:chrome', | 8 '../chrome.gyp:chrome', |
| 9 '../chrome.gyp:chrome_nacl_win64', | 9 '../chrome.gyp:chrome_nacl_win64', |
| 10 '../chrome.gyp:default_extensions', | 10 '../chrome.gyp:default_extensions', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 ], | 180 ], |
| 181 'inputs': [ | 181 'inputs': [ |
| 182 '<(create_installer_archive_py_path)', | 182 '<(create_installer_archive_py_path)', |
| 183 '<(PRODUCT_DIR)/app_host.exe', | 183 '<(PRODUCT_DIR)/app_host.exe', |
| 184 '<(PRODUCT_DIR)/chrome.exe', | 184 '<(PRODUCT_DIR)/chrome.exe', |
| 185 '<(chrome_dll_path)', | 185 '<(chrome_dll_path)', |
| 186 '<(PRODUCT_DIR)/nacl64.exe', | 186 '<(PRODUCT_DIR)/nacl64.exe', |
| 187 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 187 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
| 188 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', | 188 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
| 189 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', | 189 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
| 190 '<(PRODUCT_DIR)/nacl_ipc_irt_x86_32.nexe', | 190 '<(PRODUCT_DIR)/nacl_irt_srpc_x86_32.nexe', |
| 191 '<(PRODUCT_DIR)/nacl_ipc_irt_x86_64.nexe', | 191 '<(PRODUCT_DIR)/nacl_irt_srpc_x86_64.nexe', |
| 192 '<(PRODUCT_DIR)/locales/en-US.pak', | 192 '<(PRODUCT_DIR)/locales/en-US.pak', |
| 193 '<(PRODUCT_DIR)/icudt.dll', | 193 '<(PRODUCT_DIR)/icudt.dll', |
| 194 ], | 194 ], |
| 195 'outputs': [ | 195 'outputs': [ |
| 196 'xxx.out', | 196 'xxx.out', |
| 197 '<(output_dir)/<(RULE_INPUT_NAME).7z', | 197 '<(output_dir)/<(RULE_INPUT_NAME).7z', |
| 198 '<(output_dir)/<(RULE_INPUT_NAME).packed.7z', | 198 '<(output_dir)/<(RULE_INPUT_NAME).packed.7z', |
| 199 '<(output_dir)/setup.ex_', | 199 '<(output_dir)/setup.ex_', |
| 200 '<(INTERMEDIATE_DIR)/packed_files.rc', | 200 '<(INTERMEDIATE_DIR)/packed_files.rc', |
| 201 ], | 201 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 232 'variables': { | 232 'variables': { |
| 233 'branding_dir': '../app/theme/google_chrome', | 233 'branding_dir': '../app/theme/google_chrome', |
| 234 }, | 234 }, |
| 235 }, { # else branding!="Chrome" | 235 }, { # else branding!="Chrome" |
| 236 'variables': { | 236 'variables': { |
| 237 'branding_dir': '../app/theme/chromium', | 237 'branding_dir': '../app/theme/chromium', |
| 238 }, | 238 }, |
| 239 }], | 239 }], |
| 240 ], | 240 ], |
| 241 } | 241 } |
| OLD | NEW |