Commit a100b9e2 authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

Update DEPS to use the mirrors for the sawbuck and v8-i18n when

available.
Review URL: http://codereview.chromium.org/7629026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96711 0039d316-1c4b-4281-b951-d872f2087c98
parent c72d4ef5
...@@ -143,10 +143,8 @@ deps = { ...@@ -143,10 +143,8 @@ deps = {
"src/third_party/bidichecker": "src/third_party/bidichecker":
(Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
# TODO(cira): Replace http://v8-i18n.googlecode.com/svn with
# Var("googlecode_url") once the golo-mirror is setup.
"src/third_party/v8-i18n": "src/third_party/v8-i18n":
"http://v8-i18n.googlecode.com/svn" + "/trunk@4", (Var("googlecode_url") % "v8-i18n") + "/trunk@4",
"src/third_party/webgl_conformance": "src/third_party/webgl_conformance":
"/trunk/deps/third_party/webgl/sdk/tests@93490", "/trunk/deps/third_party/webgl/sdk/tests@93490",
...@@ -321,7 +319,7 @@ deps_os = { ...@@ -321,7 +319,7 @@ deps_os = {
# Binary level profile guided optimizations. This points to the # Binary level profile guided optimizations. This points to the
# latest release binaries for the toolchain. # latest release binaries for the toolchain.
"src/third_party/syzygy/binaries": "src/third_party/syzygy/binaries":
"https://sawbuck.googlecode.com/svn/trunk/syzygy/binaries@396", (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@396",
}, },
"mac": { "mac": {
"src/chrome/tools/test/reference_build/chrome_mac": "src/chrome/tools/test/reference_build/chrome_mac":
......
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