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

Side by Side Diff: skia.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/zlib.gyp ('k') | third_party/harfbuzz/harfbuzz.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 # Top-level gyp configuration for Skia. 1 # Top-level gyp configuration for Skia.
2 # 2 #
3 # Projects that use Skia should depend on one or more of the targets 3 # Projects that use Skia should depend on one or more of the targets
4 # defined here. 4 # defined here.
5 # 5 #
6 # More targets are defined within the gyp/ directory, but those are 6 # More targets are defined within the gyp/ directory, but those are
7 # not intended for external use and may change without notice. 7 # not intended for external use and may change without notice.
8 # 8 #
9 # Full documentation at https://sites.google.com/site/skiadocs/ 9 # Full documentation at https://sites.google.com/site/skiadocs/
10 # 10 #
11 { 11 {
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'alltargets', 14 'target_name': 'alltargets',
15 'type': 'none', 15 'type': 'none',
16 'dependencies': [ 16 'dependencies': [
17 'gyp/everything.gyp:everything', 17 'gyp/everything.gyp:everything',
18 'gyp/most.gyp:most', 18 'gyp/most.gyp:most',
19 ], 19 ],
20 }, 20 },
21 ], 21 ],
22 } 22 }
23
24 # Local Variables:
25 # tab-width:2
26 # indent-tabs-mode:nil
27 # End:
28 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/zlib.gyp ('k') | third_party/harfbuzz/harfbuzz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698