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

Side by Side Diff: gyp/public_headers.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/ports.gyp ('k') | gyp/sfnt.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 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'views/SkOSWindow_Unix.h', 297 'views/SkOSWindow_Unix.h',
298 'views/SkWidget.h', 298 'views/SkWidget.h',
299 'views/SkOSWindow_Win.h', 299 'views/SkOSWindow_Win.h',
300 'lazy/SkBitmapFactory.h', 300 'lazy/SkBitmapFactory.h',
301 'lazy/SkImageCache.h', 301 'lazy/SkImageCache.h',
302 'lazy/SkPurgeableImageCache.h', 302 'lazy/SkPurgeableImageCache.h',
303 'lazy/SkLruImageCache.h', 303 'lazy/SkLruImageCache.h',
304 ], 304 ],
305 }, 305 },
306 } 306 }
307
308 # Local Variables:
309 # tab-width:2
310 # indent-tabs-mode:nil
311 # End:
312 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/ports.gyp ('k') | gyp/sfnt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698