| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'version_py': '../../chrome/tools/build/version.py', | 3 'version_py': '../../chrome/tools/build/version.py', |
| 4 'version_path': '../../chrome/VERSION', | 4 'version_path': '../../chrome/VERSION', |
| 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 6 # 'branding_dir' is set in the 'conditions' section at the bottom. | 6 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 7 'msvs_use_common_release': 0, | 7 'msvs_use_common_release': 0, |
| 8 'msvs_use_common_linker_extras': 0, | 8 'msvs_use_common_linker_extras': 0, |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'create_installer_archive_py_path': | 182 'create_installer_archive_py_path': |
| 183 '../tools/build/win/create_installer_archive.py', | 183 '../tools/build/win/create_installer_archive.py', |
| 184 }, | 184 }, |
| 185 'inputs': [ | 185 'inputs': [ |
| 186 '<(create_installer_archive_py_path)', | 186 '<(create_installer_archive_py_path)', |
| 187 '<(PRODUCT_DIR)/chrome.exe', | 187 '<(PRODUCT_DIR)/chrome.exe', |
| 188 '<(PRODUCT_DIR)/chrome.dll', | 188 '<(PRODUCT_DIR)/chrome.dll', |
| 189 '<(PRODUCT_DIR)/nacl64.exe', | 189 '<(PRODUCT_DIR)/nacl64.exe', |
| 190 '<(PRODUCT_DIR)/nacl64.dll', | 190 '<(PRODUCT_DIR)/nacl64.dll', |
| 191 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', | 191 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
| 192 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', |
| 193 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', |
| 192 '<(PRODUCT_DIR)/locales/en-US.dll', | 194 '<(PRODUCT_DIR)/locales/en-US.dll', |
| 193 '<(PRODUCT_DIR)/icudt.dll', | 195 '<(PRODUCT_DIR)/icudt.dll', |
| 194 ], | 196 ], |
| 195 'outputs': [ | 197 'outputs': [ |
| 196 'xxx.out', | 198 'xxx.out', |
| 197 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', | 199 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', |
| 198 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', | 200 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', |
| 199 '<(PRODUCT_DIR)/setup.ex_', | 201 '<(PRODUCT_DIR)/setup.ex_', |
| 200 '<(PRODUCT_DIR)/packed_files.txt', | 202 '<(PRODUCT_DIR)/packed_files.txt', |
| 201 ], | 203 ], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 228 }, | 230 }, |
| 229 }], | 231 }], |
| 230 ], | 232 ], |
| 231 } | 233 } |
| 232 | 234 |
| 233 # Local Variables: | 235 # Local Variables: |
| 234 # tab-width:2 | 236 # tab-width:2 |
| 235 # indent-tabs-mode:nil | 237 # indent-tabs-mode:nil |
| 236 # End: | 238 # End: |
| 237 # vim: set expandtab tabstop=2 shiftwidth=2: | 239 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |