Chromium Code Reviews| Index: gyp/ports.gyp |
| diff --git a/gyp/ports.gyp b/gyp/ports.gyp |
| index 3422b8e30afe70939ad7cb08794ce4ed6a3692c3..9b9124bef5deb38b70818e9b07b9edd1caed5a7f 100644 |
| --- a/gyp/ports.gyp |
| +++ b/gyp/ports.gyp |
| @@ -6,13 +6,15 @@ |
| 'product_name': 'skia_ports', |
| 'type': 'static_library', |
| 'standalone_static_library': 1, |
| + 'dependencies': [ |
| + 'utils.gyp:utils', |
|
borenet
2013/06/03 14:13:49
Does this give us '../src/utils' as an include dir
|
| + ], |
| 'include_dirs': [ |
| '../include/config', |
| '../include/core', |
| '../include/effects', |
| '../include/images', |
| '../include/ports', |
| - '../include/utils', |
| '../include/xml', |
| '../src/core', |
| '../src/lazy', |