Fix chromium trunk url in DEPS.

Makes "svn/trunk" part of the variable so that it can be replaced with "chrome/trunk" when using mirrors.

BUG=372738
LOG=n
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/289473006

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21300 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 876b48f3
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# all paths in here must match this assumption. # all paths in here must match this assumption.
vars = { vars = {
"chromium_url": "https://src.chromium.org", "chromium_trunk": "https://src.chromium.org/svn/trunk",
} }
deps = { deps = {
...@@ -12,16 +12,16 @@ deps = { ...@@ -12,16 +12,16 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@1831", "http://gyp.googlecode.com/svn/trunk@1831",
"v8/third_party/icu": "v8/third_party/icu":
Var("chromium_url") + "/svn/trunk/deps/third_party/icu46@258359", Var("chromium_trunk") + "/deps/third_party/icu46@258359",
} }
deps_os = { deps_os = {
"win": { "win": {
"v8/third_party/cygwin": "v8/third_party/cygwin":
Var("chromium_url") + "/svn/trunk/deps/third_party/cygwin@66844", Var("chromium_trunk") + "/deps/third_party/cygwin@66844",
"v8/third_party/python_26": "v8/third_party/python_26":
Var("chromium_url") + "/svn/trunk/tools/third_party/python_26@89111", Var("chromium_trunk") + "/tools/third_party/python_26@89111",
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment