aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/spirv-tools
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-09-22 17:06:35 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-25 13:28:29 +0000
commit0e4e410ac8042d880923f87c8a7c325539896344 (patch)
treef77b6fa116db4a0699daec9f15b34d0691273d7f /third_party/spirv-tools
parentf3b4e16c36a6c789fc129aa3bd15c34b44ee8743 (diff)
corrected spirv tools output file name
The incorrect output file name meant that the update_build_version.py script was being run on every build, resulting in unnecessary work. Bug: skia: Change-Id: I5da933fb9b8fdf0bc898d0e90eaae0a542cfb3b3 Reviewed-on: https://skia-review.googlesource.com/50302 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'third_party/spirv-tools')
-rw-r--r--third_party/spirv-tools/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/spirv-tools/BUILD.gn b/third_party/spirv-tools/BUILD.gn
index fc27bc7c0b..039c47256e 100644
--- a/third_party/spirv-tools/BUILD.gn
+++ b/third_party/spirv-tools/BUILD.gn
@@ -148,7 +148,7 @@ action("spirv_build_version") {
"../externals/spirv-tools/CHANGES",
]
outputs = [
- "$root_out_dir/spirv-tools/build.inc",
+ "$root_out_dir/spirv-tools/build-version.inc",
]
args = [
rebase_path("../externals/spirv-tools", root_build_dir),