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": |