| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 8ce498910bb5b8d9b5273feff48853665ca26b74..7dc57f312d0f7ba775c67550608f2a60f3dd1cda 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'
|
| + '@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',
|
| },
|
| }
|
|
|
| @@ -40,7 +37,7 @@ hooks = [
|
| "pattern": r".*/cros_chromite_pins\.json",
|
| "action": [
|
| "python", "build/scripts/tools/runit.py", "python",
|
| - "build/scripts/common/cros_chromite.py", "-v",
|
| + "build/scripts/common/cros_chromite.py", "-v",
|
| ],
|
| },
|
| ]
|
|
|