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