Commit 5b8fc6da authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto c854c371c89b..5abc126b0795 (1 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/c854c371c89b..5abc126b0795


git log c854c371c89b..5abc126b0795 --date=short --no-merges --format='%ad %ae %s'
2019-03-06 fmayer@google.com Use emplace_back over push_back to support unique_ptr.


Created with:
  gclient setdep -r src/third_party/perfetto@5abc126b0795

The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=perfetto-bugs@google.com

Change-Id: I710f940a12279f7e953c9ec0344b734d29b19dad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505856Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#638201}
parent f6c69102
...@@ -1116,7 +1116,7 @@ deps = { ...@@ -1116,7 +1116,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + 'c854c371c89b02fd1da270a80585985bb0f52c89', Var('android_git') + '/platform/external/perfetto.git' + '@' + '5abc126b0795e0711364ea43ce9ec9d31f3106d7',
'src/third_party/perl': { 'src/third_party/perl': {
'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78', 'url': Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0cffeb4f8f45b6fc5ccdb78',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment