OLD | NEW |
---|---|
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 Loading... | |
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 } |
OLD | NEW |