diff options
author | ethannicholas <ethannicholas@google.com> | 2016-09-12 08:50:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-12 08:50:13 -0700 |
commit | 9b0fe3d125f237d9884732a48414fa85fc71b4e3 (patch) | |
tree | bf5470aacb44419cc3f5df2eded4f170be5a532a /gyp | |
parent | d99858ad46ca2c3b5c38061be8b006b25d24c6e0 (diff) |
Turned on SkSL->GLSL compiler
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2288033003
Review-Url: https://codereview.chromium.org/2288033003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/sksl.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/sksl.gyp b/gyp/sksl.gyp index 609ace9ac8..f45b702a7b 100644 --- a/gyp/sksl.gyp +++ b/gyp/sksl.gyp @@ -18,7 +18,7 @@ ], 'all_dependent_settings': { 'include_dirs': [ - '../src/sksl', + '<(skia_src_path)/sksl', ], }, }, |