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

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

Issue 7744053: Revert 98103 - Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « chrome/chrome_tests.gypi ('k') | 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 }, 186 },
187 'inputs': [ 187 'inputs': [
188 '<(create_installer_archive_py_path)', 188 '<(create_installer_archive_py_path)',
189 '<(PRODUCT_DIR)/chrome.exe', 189 '<(PRODUCT_DIR)/chrome.exe',
190 '<(PRODUCT_DIR)/chrome.dll', 190 '<(PRODUCT_DIR)/chrome.dll',
191 '<(PRODUCT_DIR)/nacl64.exe', 191 '<(PRODUCT_DIR)/nacl64.exe',
192 '<(PRODUCT_DIR)/nacl64.dll', 192 '<(PRODUCT_DIR)/nacl64.dll',
193 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 193 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
194 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe', 194 '<(PRODUCT_DIR)/nacl_irt_x86_32.nexe',
195 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe', 195 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
196 '<(PRODUCT_DIR)/locales/en-US.pak', 196 '<(PRODUCT_DIR)/locales/en-US.dll',
197 '<(PRODUCT_DIR)/icudt.dll', 197 '<(PRODUCT_DIR)/icudt.dll',
198 ], 198 ],
199 'outputs': [ 199 'outputs': [
200 'xxx.out', 200 'xxx.out',
201 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', 201 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z',
202 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', 202 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
203 '<(PRODUCT_DIR)/setup.ex_', 203 '<(PRODUCT_DIR)/setup.ex_',
204 '<(PRODUCT_DIR)/packed_files.txt', 204 '<(PRODUCT_DIR)/packed_files.txt',
205 ], 205 ],
206 'action': [ 206 'action': [
(...skipping 19 matching lines...) Expand all
226 'variables': { 226 'variables': {
227 'branding_dir': '../app/theme/google_chrome', 227 'branding_dir': '../app/theme/google_chrome',
228 }, 228 },
229 }, { # else branding!="Chrome" 229 }, { # else branding!="Chrome"
230 'variables': { 230 'variables': {
231 'branding_dir': '../app/theme/chromium', 231 'branding_dir': '../app/theme/chromium',
232 }, 232 },
233 }], 233 }],
234 ], 234 ],
235 } 235 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698