Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: chrome/installer/mini_installer.gyp

Issue 6995015: NaCl: Add the integrated runtime (IRT) library to Windows install images (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698