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

Unified Diff: DEPS

Issue 11419282: Switch more repositories back to git.chromium.org to avoid Over Quota error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 ff9c7c156acab7fcc4d8e794a3ea8e605280f7dc..9b21e485ae294131e51064a6a82f5094af172920 100644
--- a/DEPS
+++ b/DEPS
@@ -12,6 +12,7 @@ vars = {
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
"chromium_git_old": "https://git.chromium.org",
+ "chromiumos_git_old": "https://git.chromium.org/chromiumos",
"swig_revision": "69281",
"nacl_revision": "10345",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
@@ -523,17 +524,17 @@ deps_os = {
# Used on Linux only. CrOS already has a copy.
"src/third_party/mtpd/source":
- Var("chromiumos_git") + "/platform/mtpd.git" +
+ Var("chromiumos_git_old") + "/platform/mtpd.git" +
"@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22",
# Used on Linux only. CrOS already has a copy.
"src/third_party/cros_dbus_cplusplus/source":
- Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
+ Var("chromiumos_git_old") + "/third_party/dbus-cplusplus.git" +
"@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
# For Linux and Chromium OS.
"src/third_party/cros_system_api":
- Var("chromiumos_git") + "/platform/system_api.git" +
+ Var("chromiumos_git_old") + "/platform/system_api.git" +
"@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770",
},
"android": {
« 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