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

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

Issue 6502008: Adding ppGoogleNaClPluginChrome.dll to the list of stuff bundled... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
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