aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-03-16 12:16:20 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-16 16:58:48 +0000
commitdc3c336c84dbbf43c68337ebb1b640d5c948e2aa (patch)
treee44433aabcaaf9bbb5d590d22242c1399f503968
parent510dd42a63edec18e0eefcc901e1ebf47e719c6f (diff)
fixed missing dependency in spirv-tools/BUILD.gn
Change-Id: Ib0381e2bc10649e62d3fb8ddfc34be46537a2e5b Reviewed-on: https://skia-review.googlesource.com/9804 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
-rw-r--r--third_party/spirv-tools/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/spirv-tools/BUILD.gn b/third_party/spirv-tools/BUILD.gn
index 882e0e17da..00f2423168 100644
--- a/third_party/spirv-tools/BUILD.gn
+++ b/third_party/spirv-tools/BUILD.gn
@@ -109,6 +109,7 @@ third_party("spirv-tools") {
":spirv_build_version",
":spirv_core_tables_1.0",
":spirv_core_tables_1.1",
+ ":spirv_generators",
":spirv_glsl_tables",
":spirv_opencl_tables",
"//third_party/spirv-headers",