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

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

Issue 256059: Add comments setting emacs and vim tab width and expansion variables.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/test/security_tests/security_tests.gyp » ('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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'variables': { 203 'variables': {
204 'branding_dir': '../app/theme/google_chrome', 204 'branding_dir': '../app/theme/google_chrome',
205 }, 205 },
206 }, { # else branding!="Chrome" 206 }, { # else branding!="Chrome"
207 'variables': { 207 'variables': {
208 'branding_dir': '../app/theme/chromium', 208 'branding_dir': '../app/theme/chromium',
209 }, 209 },
210 }], 210 }],
211 ], 211 ],
212 } 212 }
213
214 # Local Variables:
215 # tab-width:2
216 # indent-tabs-mode:nil
217 # End:
218 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/installer/installer.gyp ('k') | chrome/test/security_tests/security_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698