aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-07-28 13:27:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-28 13:27:35 -0700
commit939f430f660d26e46116a38d2a8436afbd55dfb9 (patch)
tree96ab412e20f2434deb3b219c8ebb52a1cc6b3ed3 /gyp
parent186e699efe6ca239ce0a9ae1d83597ae2a5a04f0 (diff)
Remove relative path to GrColor.h in SkShader.h
R=bungeman@google.com, george@mozilla.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/422023005
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 64cc79bf5b..164ddfbb9a 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -15,6 +15,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/gpu',
'../include/pathops',
'../include/pipe',
'../include/ports',
@@ -91,8 +92,7 @@
}],
['skia_gpu == 1', {
'include_dirs': [
- '../include/gpu',
- '../src/gpu',
+ '../src/gpu',
],
}],
],
@@ -100,6 +100,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/gpu',
'../include/pathops',
'../include/pipe',
],