Commit 8dacac76 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 29ecb64560ae..3043fbd9fc27 (1 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/29ecb64560ae..3043fbd9fc27


git log 29ecb64560ae..3043fbd9fc27 --date=short --no-merges --format='%ad %ae %s'
2019-02-07 lalitm@google.com trace_processor: fix MSAN failure due to off-by-one


Created with:
  gclient setdep -r src/third_party/perfetto@3043fbd9fc27

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: I61c047f0de6d35296dcd08b783cb3b8d7a664be4
Reviewed-on: https://chromium-review.googlesource.com/c/1457533Reviewed-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@{#629942}
parent 740fabd5
...@@ -1089,7 +1089,7 @@ deps = { ...@@ -1089,7 +1089,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '29ecb64560ae6b1816afe5ad835f7e6281b63c09', Var('android_git') + '/platform/external/perfetto.git' + '@' + '3043fbd9fc27924b1af33c4d4514211c193631cc',
'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