Chromium Code Reviews| Index: gyp/core.gyp |
| diff --git a/gyp/core.gyp b/gyp/core.gyp |
| index 868abea646bd662f9b5e46d6b3c00364852f9fb4..ec0318a04dc82b1101534d23074a7f90c1d4c704 100644 |
| --- a/gyp/core.gyp |
| +++ b/gyp/core.gyp |
| @@ -97,13 +97,11 @@ |
| ], |
| 'direct_dependent_settings': { |
| 'include_dirs': [ |
| - 'config', |
| '../include/config', |
| '../include/core', |
| '../include/lazy', |
|
mtklein
2014/01/23 00:05:45
include/lazy also doesn't exist. :)
scroggo
2014/01/23 14:09:19
Yay cleanups! Removed.
|
| '../include/pathops', |
| '../include/pipe', |
| - 'ext', |
| ], |
| 'conditions': [ |
| [ 'skia_os == "mac"', { |