Current copy is cloned using hash: 51694fd33cdaaec5bdd7ab3dc4f488f5818fd870 .git and .gitignore have been cleanup. tests,docs,webgpu-cts folders have been deleted. For more details look at third_party/dawn/tnt/README.md file, which will be pushed in subsequent patch.
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
# 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,
|
|
}
|
|
},
|
|
]
|