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:
James Darpinian 2018-10-01 18:02:04 +00:00 committed by Commit Bot service account
parent 664f8fd385
commit f168c57694
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -10,7 +10,10 @@ x64
build
buildtools
testing
third_party/binutils/
third_party/jinja2/
third_party/llvm-build
third_party/markupsafe/
tools
out

View File

@ -3,7 +3,7 @@
solutions = [
{ "name" : ".",
"url" : "https://github.com/google/nxt-standalone.git",
"url" : "https://dawn.googlesource.com/dawn",
"deps_file" : "DEPS",
"managed" : False,
},