diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-23 14:30:21 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-23 14:30:21 +0000 |
commit | 09647969cf5d66b9eb2790360d7026d8380620bf (patch) | |
tree | 8d3d2969b245417840db0b8bfb28138c2855bd0c /gyp | |
parent | c896f4de12a8bb5c2404f03e5be9089fe3f2c7bd (diff) |
Remove extraneous folders from includes.
R=reed@google.com, bsalomon@google.com, mtklein@google.com
Author: scroggo@google.com
Review URL: https://codereview.chromium.org/145203003
git-svn-id: http://skia.googlecode.com/svn/trunk@13148 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-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', |