aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-10-06 14:22:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-17 21:05:11 +0000
commite148bf714e39ad006d82d99ed40f2ad1dfa6b905 (patch)
treee20cd4884ddbd0389ae3523d5bdcb96a61a682af /BUILD.gn
parent84366d22d6535dd955d9aa14bb0f364381c3f45d (diff)
fix for SkSL lexer crash on non-ASCII input
Bug: skia:7126 Change-Id: Ic884d14daf91fd668afe9e29d2f82d1ef1089cce Reviewed-on: https://skia-review.googlesource.com/56720 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 14ce04a298..2b333af09c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -429,6 +429,9 @@ if (skia_lex) {
action("run_sksllex") {
script = "gn/run_sksllex.py"
+ deps = [
+ ":sksllex(//gn/toolchain:$host_toolchain)",
+ ]
sources = [
"src/sksl/lex/layout.lex",
"src/sksl/lex/sksl.lex",