Remove extraneous folders from includes.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Jan 2014 14:30:21 +0000 (14:30 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Jan 2014 14:30:21 +0000 (14:30 +0000)
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

gyp/core.gyp
gyp/images.gyp
gyp/utils.gyp

index 868abea..8c5270e 100644 (file)
@@ -15,7 +15,6 @@
       'include_dirs': [
         '../include/config',
         '../include/core',
-        '../include/lazy',
         '../include/pathops',
         '../include/pipe',
         '../include/ports',
       ],
       'direct_dependent_settings': {
         'include_dirs': [
-          'config',
           '../include/config',
           '../include/core',
-          '../include/lazy',
           '../include/pathops',
           '../include/pipe',
-          'ext',
         ],
         'conditions': [
           [ 'skia_os == "mac"', {
index 6cc8965..dedea51 100644 (file)
@@ -17,7 +17,6 @@
       ],
       'include_dirs': [
         '../include/images',
-        '../include/lazy',
         '../src/lazy',
         # for access to SkErrorInternals.h
         '../src/core/',
       'direct_dependent_settings': {
         'include_dirs': [
           '../include/images',
-          '../include/lazy',
         ],
       },
     },
index 37fe25d..e9e9109 100644 (file)
@@ -12,7 +12,6 @@
       'include_dirs': [
         '../include/effects',
         '../include/images',
-        '../include/lazy',
         '../include/pathops',
         '../include/pipe',
         '../include/utils',