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

Side by Side Diff: gyp/freetype.gyp

Issue 138123007: Add comment at top of freetype.gyp. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Target for building freetype.
1 { 2 {
2 'targets': [ 3 'targets': [
3 { 4 {
4 'target_name': 'freetype', 5 'target_name': 'freetype',
5 'type': 'none', 6 'type': 'none',
6 'conditions': [ 7 'conditions': [
7 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 8 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
8 'direct_dependent_settings': { 9 'direct_dependent_settings': {
9 'include_dirs' : [ 10 'include_dirs' : [
10 '/usr/include/freetype2', 11 '/usr/include/freetype2',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '../third_party/externals/freetype/src/type1/type1.c', 96 '../third_party/externals/freetype/src/type1/type1.c',
96 '../third_party/externals/freetype/src/type42/type42.c', 97 '../third_party/externals/freetype/src/type42/type42.c',
97 '../third_party/externals/freetype/src/winfonts/winfnt.c', 98 '../third_party/externals/freetype/src/winfonts/winfnt.c',
98 99
99 '../third_party/externals/freetype/src/gzip/ftgzip.c', 100 '../third_party/externals/freetype/src/gzip/ftgzip.c',
100 '../third_party/externals/freetype/src/lzw/ftlzw.c', 101 '../third_party/externals/freetype/src/lzw/ftlzw.c',
101 ], 102 ],
102 }, 103 },
103 ], 104 ],
104 } 105 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698