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

Side by Side Diff: gyp/freetype.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/flags.gyp ('k') | gyp/gm.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': 'freetype', 4 'target_name': 'freetype',
5 'type': 'none', 5 'type': 'none',
6 'conditions': [ 6 'conditions': [
7 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 7 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
8 'direct_dependent_settings': { 8 'direct_dependent_settings': {
9 'include_dirs' : [ 9 'include_dirs' : [
10 '/usr/include/freetype2', 10 '/usr/include/freetype2',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../third_party/externals/freetype/src/type1/type1.c', 95 '../third_party/externals/freetype/src/type1/type1.c',
96 '../third_party/externals/freetype/src/type42/type42.c', 96 '../third_party/externals/freetype/src/type42/type42.c',
97 '../third_party/externals/freetype/src/winfonts/winfnt.c', 97 '../third_party/externals/freetype/src/winfonts/winfnt.c',
98 98
99 '../third_party/externals/freetype/src/gzip/ftgzip.c', 99 '../third_party/externals/freetype/src/gzip/ftgzip.c',
100 '../third_party/externals/freetype/src/lzw/ftlzw.c', 100 '../third_party/externals/freetype/src/lzw/ftlzw.c',
101 ], 101 ],
102 }, 102 },
103 ], 103 ],
104 } 104 }
105
106 # Local Variables:
107 # tab-width:2
108 # indent-tabs-mode:nil
109 # End:
110 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/flags.gyp ('k') | gyp/gm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698