commit | b383cf0629faeda3a75c1a6c8eb5b5859040671d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sat Nov 11 19:13:28 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Sat Nov 11 19:13:28 2023 +0000 |
tree | 6201f476d875c69b8a0e9a21276474eb21fdfeb6 | |
parent | d8f6206dc6e0f9de2fb30dd9b73f49faf1f65f93 [diff] |
[tint][gn] Hook up tint_info to the build This BUILD.gn file wasn't referenced by anything, so was never built Change-Id: I8af0e15e36193b780c3381b8c9def535ad89e5f1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/160086 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com>
diff --git a/src/tint/BUILD.gn b/src/tint/BUILD.gn index 549aefc..d083bef 100644 --- a/src/tint/BUILD.gn +++ b/src/tint/BUILD.gn
@@ -262,6 +262,7 @@ deps = [] if (tint_build_cmds) { deps += [ + "${tint_src_dir}/cmd/info", "${tint_src_dir}/cmd/remote_compile", "${tint_src_dir}/cmd/tint", ]