mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 13:14:56 +00:00
Convert dependency management to using gclient
BUG=tint:12 Change-Id: I9c6b9cdd584f9a2e6c360c9a457069670146da7c Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/16482 Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
committed by
dan sinclair
parent
707705ddf4
commit
db6ade73b2
12
standalone.gclient
Normal file
12
standalone.gclient
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copy this file to <tint clone dir>/.gclient to bootstrap gclient in a
|
||||
# standalone checkout of Tint.
|
||||
|
||||
solutions = [
|
||||
{ "name" : ".",
|
||||
"url" : "https://dawn.googlesource.com/tint",
|
||||
"deps_file" : "DEPS",
|
||||
"managed" : False,
|
||||
"custom_deps": {
|
||||
},
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user