aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skslc.gyp
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2016-11-21 10:39:35 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-21 17:14:43 +0000
commit9e1138d56665d13641f8805cd72ae81adc255f79 (patch)
tree1c94ded7cff10f5f62233d1de83c3d30ad0a2893 /gyp/skslc.gyp
parente54d4cefb7864a575c01894b2e5e0df16978c6e6 (diff)
re-land of switched skslc from std::string to SkString
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5084 Change-Id: Ib21c30afc0d8483392b417e660b7fecfcc30e617 Reviewed-on: https://skia-review.googlesource.com/5084 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/skslc.gyp')
-rw-r--r--gyp/skslc.gyp15
1 files changed, 8 insertions, 7 deletions
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)',