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

Side by Side Diff: gyp/zlib.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/xps.gyp ('k') | skia.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 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'zlib', 4 'target_name': 'zlib',
5 'type': 'static_library', 5 'type': 'static_library',
6 'dependencies': [ 6 'dependencies': [
7 'skia_lib.gyp:skia_lib', 7 'skia_lib.gyp:skia_lib',
8 ], 8 ],
9 'sources': [ 9 'sources': [
10 '../include/core/SkFlate.h', 10 '../include/core/SkFlate.h',
(...skipping 18 matching lines...) Expand all
29 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], 29 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ],
30 }], 30 }],
31 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "nac l"]', { 31 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "android", "nac l"]', {
32 'link_settings': { 'libraries': [ '-lz', ], }, 32 'link_settings': { 'libraries': [ '-lz', ], },
33 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ], 33 'defines': [ 'SK_ZLIB_INCLUDE=<zlib.h>', ],
34 }], 34 }],
35 ], 35 ],
36 }, 36 },
37 ], 37 ],
38 } 38 }
39
40 # Local Variables:
41 # tab-width:2
42 # indent-tabs-mode:nil
43 # End:
44 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/xps.gyp ('k') | skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698