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

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

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/installer/installer.gyp ('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 'includes': [ 10 'includes': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'extension': 'release', 150 'extension': 'release',
151 'variables': { 151 'variables': {
152 'create_installer_archive_py_path': 152 'create_installer_archive_py_path':
153 '../tools/build/win/create_installer_archive.py', 153 '../tools/build/win/create_installer_archive.py',
154 }, 154 },
155 'inputs': [ 155 'inputs': [
156 '<(create_installer_archive_py_path)', 156 '<(create_installer_archive_py_path)',
157 '<(PRODUCT_DIR)/chrome.exe', 157 '<(PRODUCT_DIR)/chrome.exe',
158 '<(PRODUCT_DIR)/chrome.dll', 158 '<(PRODUCT_DIR)/chrome.dll',
159 '<(PRODUCT_DIR)/locales/en-US.dll', 159 '<(PRODUCT_DIR)/locales/en-US.dll',
160 '<(PRODUCT_DIR)/icudt38.dll', 160 '<(PRODUCT_DIR)/icudt42.dll',
161 ], 161 ],
162 'outputs': [ 162 'outputs': [
163 'xxx.out', 163 'xxx.out',
164 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z', 164 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).7z',
165 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z', 165 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME).packed.7z',
166 '<(PRODUCT_DIR)/setup.ex_', 166 '<(PRODUCT_DIR)/setup.ex_',
167 '<(PRODUCT_DIR)/packed_files.txt', 167 '<(PRODUCT_DIR)/packed_files.txt',
168 ], 168 ],
169 'action': [ 169 'action': [
170 'python', 170 'python',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'variables': { 207 'variables': {
208 'branding_dir': '../app/theme/google_chrome', 208 'branding_dir': '../app/theme/google_chrome',
209 }, 209 },
210 }, { # else branding!="Chrome" 210 }, { # else branding!="Chrome"
211 'variables': { 211 'variables': {
212 'branding_dir': '../app/theme/chromium', 212 'branding_dir': '../app/theme/chromium',
213 }, 213 },
214 }], 214 }],
215 ], 215 ],
216 } 216 }
OLDNEW
« no previous file with comments | « chrome/installer/installer.gyp ('k') | chrome/installer/mini_installer/chrome.release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698