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

Side by Side Diff: chrome/app/locales/locales.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 | « build/win/system.gyp ('k') | chrome/chrome.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 'chromium_code': 1, 3 'chromium_code': 1,
4 'chrome_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 4 'chrome_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
5 'app_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', 5 'app_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app',
6 'webkit_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit', 6 'webkit_grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
7 7
8 # TODO(sgk): eliminate this; see comment in build/common.gypi 8 # TODO(sgk): eliminate this; see comment in build/common.gypi
9 'msvs_debug_link_incremental': '1', 9 'msvs_debug_link_incremental': '1',
10 }, 10 },
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 '<(webkit_grit_out_dir)/webkit_strings_zh-TW.rc', 633 '<(webkit_grit_out_dir)/webkit_strings_zh-TW.rc',
634 '<(app_grit_out_dir)/app_strings_zh-TW.rc', 634 '<(app_grit_out_dir)/app_strings_zh-TW.rc',
635 '<(app_grit_out_dir)/app_locale_settings_zh-TW.rc', 635 '<(app_grit_out_dir)/app_locale_settings_zh-TW.rc',
636 ], 636 ],
637 }, 637 },
638 ], 638 ],
639 }], 639 }],
640 ], 640 ],
641 } 641 }
642 642
643 # Local Variables:
644 # tab-width:2
645 # indent-tabs-mode:nil
646 # End:
647 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/win/system.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698