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

Unified Diff: DEPS

Issue 1180773005: add generation of docs by dartdoc on the bots (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | tools/bots/dart_sdk.py » ('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 bc4e993f3ff7e31af99febe311b1b29b472d7324..8fdf3a8d73f24dd00f83a00ebc9dc24eaa4358ff 100644
--- a/DEPS
+++ b/DEPS
@@ -192,6 +192,8 @@ deps = {
(Var("github_mirror") % "csslib") + Var("csslib_tag"),
Var("dart_root") + "/third_party/pkg_tested/dart_style":
(Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
+ Var("dart_root") + "/third_party/pkg/dartdoc":
+ "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"),
pquitslund 2015/06/18 17:23:34 I'm guessing Rico is working on a mirror?
keertip 2015/06/18 17:35:19 There is an issue for this.
Var("dart_root") + "/third_party/pkg/glob":
(Var("github_mirror") % "glob") + Var("glob_rev"),
Var("dart_root") + "/third_party/pkg/html":
@@ -223,6 +225,10 @@ deps = {
(Var("github_mirror") % "metatest") + Var("metatest_rev"),
Var("dart_root") + "/third_party/pkg/mime":
(Var("github_mirror") % "mime") + Var("mime_rev"),
+ Var("dart_root") + "/third_party/pkg/mustache4dart":
+ Var("chromium_git")
+ + "/external/github.com/valotas/mustache4dart.git"
+ + Var("mustache4dart_rev"),
Var("dart_root") + "/third_party/pkg/oauth2":
(Var("github_mirror") % "oauth2") + Var("oauth2_rev"),
Var("dart_root") + "/third_party/pkg/observe":
@@ -240,6 +246,12 @@ deps = {
(Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"),
Var("dart_root") + "/third_party/pkg/pub":
("https://github.com/dart-lang/pub.git") + Var("pub_rev"),
+ Var("dart_root") + "/third_party/pkg/pub_cache":
+ (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"),
+ Var("dart_root") + "/third_party/pkg/quiver":
+ Var("chromium_git")
+ + "/external/github.com/google/quiver-dart.git"
+ + Var("quiver_tag"),
Var("dart_root") + "/third_party/pkg/scheduled_test":
(Var("github_mirror") % "scheduled_test") +
Var("scheduled_test_tag"),
« no previous file with comments | « no previous file | tools/bots/dart_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698