Chromium Code Reviews| 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': [ | |
| 10 'core.gyp:*', | |
| 11 ], | |
| 9 'include_dirs': [ | 12 'include_dirs': [ |
| 10 '../include/config', | |
| 11 '../include/core', | |
| 12 '../include/effects', | 13 '../include/effects', |
|
bungeman-skia
2013/07/19 18:15:22
The rest of these includes indicate potential circ
| |
| 13 '../include/images', | 14 '../include/images', |
| 14 '../include/lazy', | 15 '../include/lazy', |
| 15 '../include/pathops', | 16 '../include/pathops', |
| 16 '../include/pipe', | 17 '../include/pipe', |
| 17 '../include/utils', | 18 '../include/utils', |
| 18 '../include/utils/mac', | 19 '../include/utils/mac', |
| 19 '../include/utils/unix', | 20 '../include/utils/unix', |
| 20 '../include/utils/win', | 21 '../include/utils/win', |
| 21 '../include/xml', | 22 '../include/xml', |
| 22 '../src/core', | 23 '../src/core', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 215 }, | 216 }, |
| 216 }, | 217 }, |
| 217 ], | 218 ], |
| 218 } | 219 } |
| 219 | 220 |
| 220 # Local Variables: | 221 # Local Variables: |
| 221 # tab-width:2 | 222 # tab-width:2 |
| 222 # indent-tabs-mode:nil | 223 # indent-tabs-mode:nil |
| 223 # End: | 224 # End: |
| 224 # vim: set expandtab tabstop=2 shiftwidth=2: | 225 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |