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

Side by Side Diff: gyp/views.gyp

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/utils.gyp ('k') | gyp/views_animated.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 # Views is the Skia windowing toolkit. 1 # Views is the Skia windowing toolkit.
2 # It provides: 2 # It provides:
3 # * A portable means of creating native windows. 3 # * A portable means of creating native windows.
4 # * Events. 4 # * Events.
5 # * Basic widgets and controls. 5 # * Basic widgets and controls.
6 6
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }], 133 }],
134 ], 134 ],
135 'direct_dependent_settings': { 135 'direct_dependent_settings': {
136 'include_dirs': [ 136 'include_dirs': [
137 '../include/views', 137 '../include/views',
138 ], 138 ],
139 }, 139 },
140 }, 140 },
141 ], 141 ],
142 } 142 }
143
144 # Local Variables:
145 # tab-width:2
146 # indent-tabs-mode:nil
147 # End:
148 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/utils.gyp ('k') | gyp/views_animated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698