aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2014-12-05 12:40:52 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-05 12:40:52 -0800
commitced90108b763b1eb3bd7f78b5614d4643b577a24 (patch)
treec6b2a6028edb12168ea5df0c6ad97b48c77eff36 /gyp
parent5f14c5e038a16c80d50c2f87ae7c8775f977456c (diff)
Fix include for GrPortderDuffXferProcessor.cpp
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/771353005
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 84af64a8ea..631945607d 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -74,7 +74,6 @@
],
'include_dirs': [
'../include/gpu',
- '../include/gpu/effects',
],
},
},
@@ -95,7 +94,6 @@
],
'include_dirs': [
'../include/gpu',
- '../include/gpu/effects',
'../src/core',
'../src/gpu',
],