Skip to content

Commit

Permalink
Temporarily add gperftools to DEPS for Golem
Browse files Browse the repository at this point in the history
R=asiva@google.com

Review URL: https://codereview.chromium.org/2328603002 .
  • Loading branch information
zanderso committed Sep 8, 2016
1 parent b797899 commit cb50a52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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":
Expand Down

0 comments on commit cb50a52

Please sign in to comment.