| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'variables': { | 170 'variables': { |
| 171 'create_installer_archive_py_path': | 171 'create_installer_archive_py_path': |
| 172 '../tools/build/win/create_installer_archive.py', | 172 '../tools/build/win/create_installer_archive.py', |
| 173 }, | 173 }, |
| 174 'inputs': [ | 174 'inputs': [ |
| 175 '<(create_installer_archive_py_path)', | 175 '<(create_installer_archive_py_path)', |
| 176 '<(PRODUCT_DIR)/chrome.exe', | 176 '<(PRODUCT_DIR)/chrome.exe', |
| 177 '<(PRODUCT_DIR)/chrome.dll', | 177 '<(PRODUCT_DIR)/chrome.dll', |
| 178 '<(PRODUCT_DIR)/nacl64.exe', | 178 '<(PRODUCT_DIR)/nacl64.exe', |
| 179 '<(PRODUCT_DIR)/nacl64.dll', | 179 '<(PRODUCT_DIR)/nacl64.dll', |
| 180 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', |
| 180 '<(PRODUCT_DIR)/locales/en-US.dll', | 181 '<(PRODUCT_DIR)/locales/en-US.dll', |
| 181 '<(PRODUCT_DIR)/icudt42.dll', | 182 '<(PRODUCT_DIR)/icudt42.dll', |
| 182 ], | 183 ], |
| 183 'outputs': [ | 184 'outputs': [ |
| 184 'xxx.out', | 185 'xxx.out', |
| 185 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', | 186 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', |
| 186 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', | 187 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', |
| 187 '<(PRODUCT_DIR)/setup.ex_', | 188 '<(PRODUCT_DIR)/setup.ex_', |
| 188 '<(PRODUCT_DIR)/packed_files.txt', | 189 '<(PRODUCT_DIR)/packed_files.txt', |
| 189 ], | 190 ], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 216 }, | 217 }, |
| 217 }], | 218 }], |
| 218 ], | 219 ], |
| 219 } | 220 } |
| 220 | 221 |
| 221 # Local Variables: | 222 # Local Variables: |
| 222 # tab-width:2 | 223 # tab-width:2 |
| 223 # indent-tabs-mode:nil | 224 # indent-tabs-mode:nil |
| 224 # End: | 225 # End: |
| 225 # vim: set expandtab tabstop=2 shiftwidth=2: | 226 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |