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

Unified Diff: DEPS

Issue 2328603002: Temporarily add gperftools to DEPS for Golem (Closed)
Patch Set: Created 4 years, 3 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 | 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 e53f378e77888579a5a6df199771396226f26dc2..198b4a0a3a3ef38072453556ea57345501cc42f9 100644
--- a/DEPS
+++ b/DEPS
@@ -34,6 +34,8 @@ vars = {
"base_revision": "@672b04e54b937ec899429a6bd5409c5a6300d151",
"buildtools_revision": "@565d04e8741429fb1b4f26d102f2c6c3b849edeb",
+ "gperftools_revision": "@7822b5b0b9fa7e016e1f6b46ea86f26f4691a457",
+
# Revisions of /third_party/* dependencies.
"args_tag": "@0.13.5",
"async_tag": "@1.11.1",
@@ -167,6 +169,9 @@ deps = {
Var("dart_root") + "/third_party/WebCore":
"https://github.com/dart-lang/webcore.git" + Var("WebCore_rev"),
+ Var("dart_root") + "/third_party/tcmalloc/gperftools":
+ 'https://github.com/gperftools/gperftools.git' + Var("gperftools_revision"),
+
Var("dart_root") + "/third_party/pkg/args":
(Var("github_mirror") % "args") + Var("args_tag"),
Var("dart_root") + "/third_party/pkg/async":
« 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