mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-07 21:55:53 +00:00
Remove .d.ts files from CTS js output list
Change-Id: I3ea78cd4008772d3d60c67e1f665fe987d4cd92f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102260 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Shrek Shao <shrekshao@google.com> Auto-Submit: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
e0cbb0cfe9
commit
75943c234f
2
third_party/gn/webgpu-cts/BUILD.gn
vendored
2
third_party/gn/webgpu-cts/BUILD.gn
vendored
@ -35,7 +35,7 @@ foreach(file, list_from_ts_sources_txt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
js_outputs = []
|
js_outputs = []
|
||||||
foreach(ts_file, list_from_ts_sources_txt) {
|
foreach(ts_file, filter_exclude(list_from_ts_sources_txt, [ "*.d.ts" ])) {
|
||||||
js_file = string_replace(ts_file, ".ts", ".js")
|
js_file = string_replace(ts_file, ".ts", ".js")
|
||||||
js_node_file = string_replace(js_file, "src/", "src-node/")
|
js_node_file = string_replace(js_file, "src/", "src-node/")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user