diff --git a/.gitignore b/.gitignore index 15e4d574a4..529d16722f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,10 @@ x64 build buildtools testing +third_party/binutils/ +third_party/jinja2/ third_party/llvm-build +third_party/markupsafe/ tools out diff --git a/scripts/standalone.gclient b/scripts/standalone.gclient index 241999add0..86a7f0ca6d 100644 --- a/scripts/standalone.gclient +++ b/scripts/standalone.gclient @@ -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, },