Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: DEPS

Issue 2359723005: Fix repo url, remove recursion reference in DEPS. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3b5b07e88d30e71af5647ff372fd0fe1deb8e962..f07a3f5e198be2e3215f8da624411bdca72ce371 100644
--- a/DEPS
+++ b/DEPS
@@ -1,8 +1,7 @@
-recursion = 1
use_relative_paths = True
vars = {
- "git_url": "https://chromium.googlesource.com",
+ "chromium_url": "https://chromium.googlesource.com",
"clang_format_rev": "a72164df8be7d1c68ae1ad6c3541e7819200327e", # r258328
"libcxx_revision": "b1ece9c037d879843b0b0f5a2802e1e9d443b75a", # r256621
@@ -11,12 +10,12 @@ vars = {
deps = {
"clang_format/script":
- Var("git_url") + "/chromium/llvm-project/cfe/tools/clang-format.git@" +
- Var("clang_format_rev"),
+ Var("chromium_url") + "/chromium/llvm-project/cfe/tools/clang-format.git@" +
+ Var("clang_format_rev"),
"third_party/libc++/trunk":
- Var("git_url") + "/chromium/llvm-project/libcxx.git" + "@" +
- Var("libcxx_revision"),
+ Var("chromium_url") + "/chromium/llvm-project/libcxx.git" + "@" +
+ Var("libcxx_revision"),
"third_party/libc++abi/trunk":
- Var("git_url") + "/chromium/llvm-project/libcxxabi.git" + "@" +
- Var("libcxxabi_revision"),
+ Var("chromium_url") + "/chromium/llvm-project/libcxxabi.git" + "@" +
+ Var("libcxxabi_revision"),
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698