aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2016-11-18 11:00:36 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-18 16:37:31 +0000
commit83cd50b8afb0769154321ad39866f699c2c28e1e (patch)
tree72064be355ccf4ad09f0018a46565a4bd886d0bb /gyp
parentd8df21a1e08b5b3380261f4b90acfbdc538ef93c (diff)
fixed iOS build failure
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4997 Change-Id: I5c3727c5dc0e30ae88e1879e12547bdb11db97ee Reviewed-on: https://skia-review.googlesource.com/4997 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gyp')
-rw-r--r--gyp/sksl.gyp16
-rw-r--r--gyp/skslc.gyp15
2 files changed, 17 insertions, 14 deletions
diff --git a/gyp/sksl.gyp b/gyp/sksl.gyp
index 5ec29796bf..da0cdff8b8 100644
--- a/gyp/sksl.gyp
+++ b/gyp/sksl.gyp
@@ -10,13 +10,15 @@
'standalone_static_library': 1,
'sources': [ '<!@(python read_gni.py ../gn/sksl.gni skia_sksl_sources)' ],
'include_dirs': [
- '../include/config',
- '../include/core',
- '../include/gpu',
- '../include/private',
- '../include/utils',
- '../src/gpu',
- '../src/sksl',
+ '../include/config',
+ '../include/core',
+ '../include/gpu',
+ '../include/private',
+ '../include/utils',
+ '../src/core',
+ '../src/gpu',
+ '../src/sksl',
+ '../src/utils',
],
'defines': [
'SKIA'
diff --git a/gyp/skslc.gyp b/gyp/skslc.gyp
index 6f9ed608b7..04cca61a86 100644
--- a/gyp/skslc.gyp
+++ b/gyp/skslc.gyp
@@ -11,13 +11,14 @@
'target_name': 'skslc',
'type': 'executable',
'include_dirs': [
- '../include/config',
- '../include/core',
- '../include/gpu',
- '../include/private',
- '../include/utils',
- '../src/gpu',
- '../src/sksl',
+ '../include/config',
+ '../include/core',
+ '../include/gpu',
+ '../include/private',
+ '../include/utils',
+ '../src/core',
+ '../src/gpu',
+ '../src/utils',
],
'sources': [
'<!@(python read_gni.py ../gn/sksl.gni skia_sksl_sources)',