From 81a14978935269943be592b293f42ea680dd0dad Mon Sep 17 00:00:00 2001 From: Rintaro Kuroiwa Date: Fri, 7 Apr 2017 17:17:07 -0700 Subject: [PATCH] Organize DEPS file - Use github variable for repository that are on github. Change-Id: Ie3e0f7914fc9f9e3a2df1b8852b1810e16d54d52 --- DEPS | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/DEPS b/DEPS index 685ea75291..a11b86667c 100644 --- a/DEPS +++ b/DEPS @@ -8,8 +8,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", - "googlesource_git": "https://%s.googlesource.com", - "curl_url": "https://github.com/curl/curl.git", + "github": "https://github.com", } deps = { @@ -20,10 +19,10 @@ deps = { Var("chromium_git") + "/chromium/src/build@f0243d787961584ac95a86e7dae897b9b60ea674", #409966 "src/packager/buildtools/third_party/libc++/trunk": - "https://github.com/llvm-mirror/libcxx.git@8c22696675a2c5ea1c79fc64a4d7dfe1c2f4ca8b", + Var("github") + "/llvm-mirror/libcxx.git@8c22696675a2c5ea1c79fc64a4d7dfe1c2f4ca8b", "src/packager/buildtools/third_party/libc++abi/trunk": - "https://github.com/llvm-mirror/libcxxabi.git@6092bfa6c153ad712e2fc90c7b9e536420bf3c57", + Var("github") + "/llvm-mirror/libcxxabi.git@6092bfa6c153ad712e2fc90c7b9e536420bf3c57", "src/packager/testing/gmock": Var("chromium_git") + "/external/googlemock@0421b6f358139f02e102c9c332ce19a33faf75be", #566 @@ -34,13 +33,13 @@ deps = { "src/packager/third_party/binutils": Var("chromium_git") + "/chromium/src/third_party/binutils@8d77853bc9415bcb7bb4206fa2901de7603387db", - # Make sure the version matches the one in - # src/packager/third_party/boringssl, which contains perl generated files. + # Make sure the version matches the one in + # src/packager/third_party/boringssl, which contains perl generated files. "src/packager/third_party/boringssl/src": - (Var("googlesource_git") % "boringssl") + "/boringssl@3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd", + Var("github") + "/google/boringssl@3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd", "src/packager/third_party/curl/source": - Var("curl_url") + "@79e63a53bb9598af863b0afe49ad662795faeef4", #7_50_0 + Var("github") + "/curl/curl@79e63a53bb9598af863b0afe49ad662795faeef4", #7.50.0 "src/packager/third_party/gflags/src": Var("chromium_git") + "/external/github.com/gflags/gflags@03bebcb065c83beff83d50ae025a55a4bf94dfca",