Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 8ce498910bb5b8d9b5273feff48853665ca26b74..ee1fcb6ff4d33968645c18ad113439d4db3416bc 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -1,30 +1,27 @@ |
| deps = { |
| - "build/scripts/gsd_generate_index": |
| - "svn://svn.chromium.org/chrome/trunk/tools/gsd_generate_index", |
| - |
| - "build/scripts/private/data/reliability": |
| - "svn://svn.chromium.org/chrome/trunk/src/chrome/test/data/reliability", |
| - |
| - "build/third_party/gsutil": |
| - "svn://svn.chromium.org/gsutil/trunk/src@263", |
| - |
| - "build/third_party/gsutil/boto": |
| - "svn://svn.chromium.org/boto@7", |
| - |
| - "build/third_party/lighttpd": |
| - "svn://svn.chromium.org/chrome/trunk/deps/third_party/lighttpd@58968", |
| - |
| - "build/scripts/tools/deps2git": |
| - "svn://svn.chromium.org/chrome/trunk/tools/deps2git", |
| - |
| - "depot_tools": |
| - "svn://svn.chromium.org/chrome/trunk/tools/depot_tools", |
| + 'build/scripts/gsd_generate_index': |
| + 'https://chromium.googlesource.com/chromium/tools/gsd_generate_index.git', |
| + 'build/scripts/private/data/reliability': |
| + 'https://chromium.googlesource.com/chromium/src/chrome/test/data/reliability.git', |
| + 'build/scripts/tools/deps2git': |
| + 'https://chromium.googlesource.com/chromium/tools/deps2git.git', |
| + 'build/third_party/gsutil': |
| + 'https://chromium.googlesource.com/external/gsutil/src.git' |
| + '@5cba434b828da428a906c8197a23c9ae120d2636', |
| + 'build/third_party/gsutil/boto': |
| + 'https://chromium.googlesource.com/external/boto.git' |
|
dsansome
2016/06/29 00:59:35
Unindent by 2 spaces?
agable
2016/06/29 20:12:58
Done.
|
| + '@98fc59a5896f4ea990a4d527548204fed8f06c64', |
| + 'build/third_party/lighttpd': |
| + 'https://chromium.googlesource.com/chromium/deps/lighttpd.git' |
| + '@9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| + 'depot_tools': |
| + 'https://chromium.googlesource.com/chromium/tools/depot_tools.git', |
| } |
| deps_os = { |
| - "unix": { |
| - "build/third_party/xvfb": |
| - "svn://svn.chromium.org/chrome/trunk/tools/third_party/xvfb", |
| + 'unix': { |
| + 'build/third_party/xvfb': |
| + 'https://chromium.googlesource.com/chromium/tools/third_party/xvfb.git', |
| }, |
| } |