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

Side by Side Diff: gyp/shapeops_edge.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/shapeops_demo.gyp ('k') | gyp/shapeops_tool.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 # GYP file to build unit tests. 1 # GYP file to build unit tests.
2 { 2 {
3 'includes': [ 3 'includes': [
4 'apptype_console.gypi', 4 'apptype_console.gypi',
5 'common.gypi', 5 'common.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'edge', 9 'target_name': 'edge',
10 'type': 'executable', 10 'type': 'executable',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'conditions': [ 120 'conditions': [
121 [ 'skia_gpu == 1', { 121 [ 'skia_gpu == 1', {
122 'include_dirs': [ 122 'include_dirs': [
123 '../src/gpu', 123 '../src/gpu',
124 ], 124 ],
125 }], 125 }],
126 ], 126 ],
127 }, 127 },
128 ], 128 ],
129 } 129 }
130
131 # Local Variables:
132 # tab-width:2
133 # indent-tabs-mode:nil
134 # End:
135 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/shapeops_demo.gyp ('k') | gyp/shapeops_tool.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698