diff options
author | egdaniel <egdaniel@google.com> | 2014-12-05 12:40:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-05 12:40:52 -0800 |
commit | ced90108b763b1eb3bd7f78b5614d4643b577a24 (patch) | |
tree | c6b2a6028edb12168ea5df0c6ad97b48c77eff36 /gyp | |
parent | 5f14c5e038a16c80d50c2f87ae7c8775f977456c (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.gyp | 2 |
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', ], |