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

Side by Side Diff: gyp/freetype.gyp

Issue 140503007: Scripts to generate Android.mk for framework Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update copyrights, remove unnecessary code. 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
OLDNEW
1 # Target for building freetype.
djsollen 2014/01/21 17:47:37 I would remove this as it isn't related to the pri
scroggo 2014/01/21 19:10:06 Done.
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

Powered by Google App Engine
This is Rietveld 408576698