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:
Ryan Harrison
2020-03-05 15:58:27 +00:00
committed by dan sinclair
parent 707705ddf4
commit db6ade73b2
3 changed files with 38 additions and 295 deletions

12
standalone.gclient Normal file
View 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": {
},
},
]