Chromium Code Reviews| Index: gyp/utils.gyp |
| =================================================================== |
| --- gyp/utils.gyp (revision 10175) |
| +++ gyp/utils.gyp (working copy) |
| @@ -6,9 +6,10 @@ |
| 'product_name': 'skia_utils', |
| 'type': 'static_library', |
| 'standalone_static_library': 1, |
| + 'dependencies': [ |
| + 'core.gyp:*', |
| + ], |
| 'include_dirs': [ |
| - '../include/config', |
| - '../include/core', |
| '../include/effects', |
|
bungeman-skia
2013/07/19 18:15:22
The rest of these includes indicate potential circ
|
| '../include/images', |
| '../include/lazy', |