Chromium Code Reviews| Index: gyp/utils.gyp |
| =================================================================== |
| --- gyp/utils.gyp (revision 10226) |
| +++ 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', |
| '../include/images', |
| '../include/lazy', |