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

Side by Side Diff: gyp/skia_lib.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_tool.gyp ('k') | gyp/skpskgr_test.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 # The minimal set of static libraries for basic Skia functionality. 1 # The minimal set of static libraries for basic Skia functionality.
2 2
3 { 3 {
4 'variables': { 4 'variables': {
5 'component_libs': [ 5 'component_libs': [
6 'core.gyp:core', 6 'core.gyp:core',
7 'effects.gyp:effects', 7 'effects.gyp:effects',
8 'images.gyp:images', 8 'images.gyp:images',
9 'opts.gyp:opts', 9 'opts.gyp:opts',
10 'ports.gyp:ports', 10 'ports.gyp:ports',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ], 51 ],
52 'dependencies': [ 52 'dependencies': [
53 '<@(component_libs)', 53 '<@(component_libs)',
54 ], 54 ],
55 'export_dependent_settings': [ 55 'export_dependent_settings': [
56 '<@(component_libs)', 56 '<@(component_libs)',
57 ], 57 ],
58 }, 58 },
59 ], 59 ],
60 } 60 }
61
62 # Local Variables:
63 # tab-width:2
64 # indent-tabs-mode:nil
65 # End:
66 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/shapeops_tool.gyp ('k') | gyp/skpskgr_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698