Add new dependencies to gitignore and fix gclient url.
BUG= Change-Id: I7c89038d0da127dec92813b3b597153ff8a534c9 Reviewed-on: https://dawn-review.googlesource.com/1701 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: James Darpinian <jdarpinian@google.com>
This commit is contained in:
parent
664f8fd385
commit
f168c57694
|
@ -10,7 +10,10 @@ x64
|
||||||
build
|
build
|
||||||
buildtools
|
buildtools
|
||||||
testing
|
testing
|
||||||
|
third_party/binutils/
|
||||||
|
third_party/jinja2/
|
||||||
third_party/llvm-build
|
third_party/llvm-build
|
||||||
|
third_party/markupsafe/
|
||||||
tools
|
tools
|
||||||
out
|
out
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
solutions = [
|
solutions = [
|
||||||
{ "name" : ".",
|
{ "name" : ".",
|
||||||
"url" : "https://github.com/google/nxt-standalone.git",
|
"url" : "https://dawn.googlesource.com/dawn",
|
||||||
"deps_file" : "DEPS",
|
"deps_file" : "DEPS",
|
||||||
"managed" : False,
|
"managed" : False,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue