| OLD | NEW |
| 1 # Gyp for utils. | 1 # Gyp for utils. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'utils', | 5 'target_name': 'utils', |
| 6 'product_name': 'skia_utils', | 6 'product_name': 'skia_utils', |
| 7 'type': 'static_library', | 7 'type': 'static_library', |
| 8 'standalone_static_library': 1, | 8 'standalone_static_library': 1, |
| 9 'dependencies': [ | 9 'dependencies': [ |
| 10 'core.gyp:*', | 10 'core.gyp:*', |
| 11 'etc1.gyp:libetc1', | |
| 12 ], | 11 ], |
| 13 'includes': [ | 12 'includes': [ |
| 14 'utils.gypi', | 13 'utils.gypi', |
| 15 ], | 14 ], |
| 16 'include_dirs': [ | 15 'include_dirs': [ |
| 17 '../include/effects', | 16 '../include/effects', |
| 18 '../include/images', | 17 '../include/images', |
| 19 '../include/pathops', | 18 '../include/pathops', |
| 20 '../include/pipe', | 19 '../include/pipe', |
| 21 '../include/utils', | 20 '../include/utils', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 ], | 119 ], |
| 121 'direct_dependent_settings': { | 120 'direct_dependent_settings': { |
| 122 'include_dirs': [ | 121 'include_dirs': [ |
| 123 '../include/utils', | 122 '../include/utils', |
| 124 '../src/utils', | 123 '../src/utils', |
| 125 ], | 124 ], |
| 126 }, | 125 }, |
| 127 }, | 126 }, |
| 128 ], | 127 ], |
| 129 } | 128 } |
| OLD | NEW |