mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
DEPS: Add NodeJS binding dependencies
These are behind the new `dawn_node` flag, which can be enabled by using the new `scripts/standalone-with-node.gclient` file. Bug: dawn:1123 Change-Id: Ia7ca715808e46b17f91338f56ffc6794d0104fd7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64900 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
a3c387a6a2
commit
dc890d6915
13
scripts/standalone-with-node.gclient
Normal file
13
scripts/standalone-with-node.gclient
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
|
||||
# standalone checkout of Dawn that also compiles dawn_node.
|
||||
|
||||
solutions = [
|
||||
{ "name" : ".",
|
||||
"url" : "https://dawn.googlesource.com/dawn",
|
||||
"deps_file" : "DEPS",
|
||||
"managed" : False,
|
||||
"custom_vars" : {
|
||||
"dawn_node" : True,
|
||||
}
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user