diff options
-rw-r--r-- | gyp/core.gyp | 4 | ||||
-rw-r--r-- | gyp/images.gyp | 2 | ||||
-rw-r--r-- | gyp/utils.gyp | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp index 868abea646..8c5270e691 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"', { diff --git a/gyp/images.gyp b/gyp/images.gyp index 6cc8965956..dedea5179b 100644 --- a/gyp/images.gyp +++ b/gyp/images.gyp @@ -17,7 +17,6 @@ ], 'include_dirs': [ '../include/images', - '../include/lazy', '../src/lazy', # for access to SkErrorInternals.h '../src/core/', @@ -169,7 +168,6 @@ 'direct_dependent_settings': { 'include_dirs': [ '../include/images', - '../include/lazy', ], }, }, diff --git a/gyp/utils.gyp b/gyp/utils.gyp index 37fe25d0ac..e9e9109904 100644 --- a/gyp/utils.gyp +++ b/gyp/utils.gyp @@ -12,7 +12,6 @@ 'include_dirs': [ '../include/effects', '../include/images', - '../include/lazy', '../include/pathops', '../include/pipe', '../include/utils', |