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

Unified Diff: tools/deps/dartium.deps/DEPS

Issue 1242113002: Move third_party/observatory_pub_packages to github (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update deps.dartium/DEPS Created 5 years, 5 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/deps/dartium.deps/DEPS
diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
index f3d47848962e4b8971240d5e6e0c585e28c3087b..afdbaa24324212c60e84831261cb705c28bca690 100644
--- a/tools/deps/dartium.deps/DEPS
+++ b/tools/deps/dartium.deps/DEPS
@@ -33,7 +33,7 @@ vars.update({
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
"metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
"oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
- "observatory_pub_packages_rev": "@45565",
+ "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485",
"package_config_tag": "@0.1.1",
"path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
"plugin_tag": "@0.1.0",
@@ -146,6 +146,9 @@ deps.update({
"https://github.com/dart-lang/matcher.git" + Var("matcher_tag"),
"src/dart/third_party/pkg/metatest":
"https://github.com/dart-lang/metatest.git" + Var("metatest_rev"),
+ "src/dart/third_party/observatory_pub_packages":
+ "https://github.com/dart-lang/observatory_pub_packages.git"
+ + Var("observatory_pub_packages_rev"),
"src/dart/third_party/pkg/path":
"https://github.com/dart-lang/path.git" + Var("path_rev"),
"src/dart/third_party/pkg/package_config":
@@ -177,10 +180,6 @@ deps.update({
"src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
"/trunk/co19/tests/co19/src" + Var("co19_rev")),
- "src/dart/third_party/observatory_pub_packages":
- "http://dart.googlecode.com/svn/third_party/observatory_pub_packages" +
- Var("observatory_pub_packages_rev"),
-
"src/dart/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
Var("zlib_rev"),
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698