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
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 868abea..8c5270e 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 6cc8965..dedea51 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 37fe25d..e9e9109 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',