Fixup gn check.
The new module clone tests require the WGSL reader and writer in order to function. This Cl adds those dependencies to the BUILD.gn file. Change-Id: I34cd9a7de13a99145bad1f559c23d181f4fb7739 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34683 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
555696ddd0
commit
b3becb2f25
6
.gn
6
.gn
|
@ -14,8 +14,4 @@
|
|||
|
||||
buildconfig = "//build/config/BUILDCONFIG.gn"
|
||||
|
||||
check_targets = [
|
||||
"//samples:*",
|
||||
"//source:*",
|
||||
"//third_party:*",
|
||||
]
|
||||
check_targets = [ "//:*" ]
|
||||
|
|
Loading…
Reference in New Issue