Index: gyp/core.gyp |
diff --git a/gyp/core.gyp b/gyp/core.gyp |
index 868abea646bd662f9b5e46d6b3c00364852f9fb4..8c5270e691b6be35c3b0a56ed01a35d94b4955c7 100644 |
--- a/gyp/core.gyp |
+++ b/gyp/core.gyp |
@@ -15,7 +15,6 @@ |
'include_dirs': [ |
'../include/config', |
'../include/core', |
- '../include/lazy', |
'../include/pathops', |
'../include/pipe', |
'../include/ports', |
@@ -97,13 +96,10 @@ |
], |
'direct_dependent_settings': { |
'include_dirs': [ |
- 'config', |
'../include/config', |
'../include/core', |
- '../include/lazy', |
'../include/pathops', |
'../include/pipe', |
- 'ext', |
], |
'conditions': [ |
[ 'skia_os == "mac"', { |