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

Side by Side Diff: gyp/apptype_console.gypi

Issue 92673003: Remove the comments settings for vim tab width and expansion variables. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | « gyp/animator.gyp ('k') | gyp/bench.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 # target_defaults used for executable targets that generate a console app 1 # target_defaults used for executable targets that generate a console app
2 { 2 {
3 'target_defaults': { 3 'target_defaults': {
4 'msvs_settings': { 4 'msvs_settings': {
5 'VCLinkerTool': { 5 'VCLinkerTool': {
6 #Allows for creation / output to console. 6 #Allows for creation / output to console.
7 #Console (/SUBSYSTEM:CONSOLE) 7 #Console (/SUBSYSTEM:CONSOLE)
8 'SubSystem': '1', 8 'SubSystem': '1',
9 9
10 #Console app, use main/wmain 10 #Console app, use main/wmain
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib', 68 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib',
69 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib', 69 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib',
70 ], 70 ],
71 'xcode_settings' : { 71 'xcode_settings' : {
72 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/tool-Info.plist', 72 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/tool-Info.plist',
73 }, 73 },
74 }], 74 }],
75 ], 75 ],
76 }, 76 },
77 } 77 }
78
79 # Local Variables:
80 # tab-width:2
81 # indent-tabs-mode:nil
82 # End:
83 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/animator.gyp ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698