| commit | f168c576947b259cf49ca9cb6daaaab96907cb37 | [log] [tgz] |
|---|---|---|
| author | James Darpinian <jdarpinian@chromium.org> | Mon Oct 01 18:02:04 2018 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Mon Oct 01 18:02:04 2018 +0000 |
| tree | 946fa8579e75ed3ec126f61c3bcb044e89fbec10 | |
| parent | 664f8fd385b29f74d97fd2d3172469ec564ee2d0 [diff] [blame] |
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>
diff --git a/scripts/standalone.gclient b/scripts/standalone.gclient index 241999a..86a7f0c 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, },