| OLD | NEW |
| 1 { | 1 { |
| 2 'targets': [ | 2 'targets': [ |
| 3 { | 3 { |
| 4 'target_name': 'sfnt', | 4 'target_name': 'sfnt', |
| 5 'product_name': 'skia_sfnt', | 5 'product_name': 'skia_sfnt', |
| 6 'type': 'static_library', | 6 'type': 'static_library', |
| 7 'standalone_static_library': 1, | 7 'standalone_static_library': 1, |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 'core.gyp:*', | 9 'core.gyp:*', |
| 10 ], | 10 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 '../src/sfnt/SkOTUtils.cpp', | 41 '../src/sfnt/SkOTUtils.cpp', |
| 42 ], | 42 ], |
| 43 'direct_dependent_settings': { | 43 'direct_dependent_settings': { |
| 44 'include_dirs': [ | 44 'include_dirs': [ |
| 45 '../src/sfnt', | 45 '../src/sfnt', |
| 46 ], | 46 ], |
| 47 }, | 47 }, |
| 48 }, | 48 }, |
| 49 ], | 49 ], |
| 50 } | 50 } |
| 51 | |
| 52 # Local Variables: | |
| 53 # tab-width:2 | |
| 54 # indent-tabs-mode:nil | |
| 55 # End: | |
| 56 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |