| OLD | NEW |
| 1 # Core Skia library code. | 1 # Core Skia library code. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'core', | 5 'target_name': 'core', |
| 6 'product_name': 'skia_core', | 6 'product_name': 'skia_core', |
| 7 'type': 'static_library', | 7 'type': 'static_library', |
| 8 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
| 9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76', | 9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76', |
| 10 | 10 |
| 11 'includes': [ | 11 'includes': [ |
| 12 'core.gypi', | 12 'core.gypi', |
| 13 ], | 13 ], |
| 14 | 14 |
| 15 'include_dirs': [ | 15 'include_dirs': [ |
| 16 '../include/c', | 16 '../include/c', |
| 17 '../include/config', | 17 '../include/config', |
| 18 '../include/core', | 18 '../include/core', |
| 19 '../include/pathops', | 19 '../include/pathops', |
| 20 '../include/pipe', | 20 '../include/pipe', |
| 21 '../include/ports', | 21 '../include/ports', |
| 22 '../include/utils', | 22 '../include/utils', |
| 23 '../include/xml', | |
| 24 '../include/images', | 23 '../include/images', |
| 25 '../src/core', | 24 '../src/core', |
| 26 '../src/sfnt', | 25 '../src/sfnt', |
| 27 '../src/image', | 26 '../src/image', |
| 28 '../src/opts', | 27 '../src/opts', |
| 29 '../src/utils', | 28 '../src/utils', |
| 30 ], | 29 ], |
| 31 'sources': [ | 30 'sources': [ |
| 32 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the bu
ild). | 31 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the bu
ild). |
| 33 ], | 32 ], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 [ 'skia_os == "win"', { | 119 [ 'skia_os == "win"', { |
| 121 'include_dirs': [ | 120 'include_dirs': [ |
| 122 'config/win', | 121 'config/win', |
| 123 ], | 122 ], |
| 124 }], | 123 }], |
| 125 ], | 124 ], |
| 126 }, | 125 }, |
| 127 }, | 126 }, |
| 128 ], | 127 ], |
| 129 } | 128 } |
| OLD | NEW |