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

Unified Diff: DEPS

Issue 1284333004: update dartdoc, markdown in DEPS (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | pkg/docgen/pubspec.yaml » ('j') | 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 3b2587b52344cbda977ba62b97e1a03dcecc1b29..b853bcc7425f2b110d61b1903bf38cfc26db622e 100644
--- a/DEPS
+++ b/DEPS
@@ -49,7 +49,7 @@ vars = {
"collection_rev": "@1da9a07f32efa2ba0c391b289e2037391e31da0e",
"crypto_rev" : "@2df57a1e26dd88e8d0614207d4b062c73209917d",
"csslib_tag" : "@0.12.0",
- "dartdoc_tag" : "@v0.4.0",
+ "dartdoc_tag" : "@v0.5.0",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.2.0",
"dev_compiler_rev": "@0.1.3",
@@ -68,7 +68,7 @@ vars = {
"json_rpc_2_tag": "@1.1.1",
"linter_tag": "@0.1.0",
"logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
- "markdown_rev": "@56b0fd6c018d6103862d07e8e27407b9ea3b963d",
+ "markdown_rev": "@9a1071a859df9c9edd4f556e948f898f70bf1e5e",
"matcher_tag": "@0.12.0",
"metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
@@ -222,8 +222,8 @@ deps = {
Var("dart_root") + "/third_party/pkg/logging":
(Var("github_mirror") % "logging") + Var("logging_rev"),
Var("dart_root") + "/third_party/pkg/markdown":
- "https://chromium.googlesource.com/external/github.com" +
- "/dpeek/dart-markdown.git" + Var("markdown_rev"),
+ "https://github.com/dart-lang/" +
+ "markdown.git" + Var("markdown_rev"),
Var("dart_root") + "/third_party/pkg/matcher":
(Var("github_mirror") % "matcher") + Var("matcher_tag"),
Var("dart_root") + "/third_party/pkg/metatest":
« no previous file with comments | « no previous file | pkg/docgen/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698