Commit c83eaf03 authored by perfetto-chromium-autoroll's avatar perfetto-chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 82901f0040da..c6347f057d3a (5 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/82901f0040da..c6347f057d3a


git log 82901f0040da..c6347f057d3a --date=short --no-merges --format='%ad %ae %s'
2018-06-25 lalitm@google.com trace_processor: fix memory leaks in sched slice tests
2018-06-25 treehugger-gerrit@google.com Merge "trace_processor: add unit and integration tests for sched slice table"
2018-06-25 treehugger-gerrit@google.com Merge "trace_processor: fix gcc build"
2018-06-25 lalitm@google.com trace_processor: add unit and integration tests for sched slice table
2018-06-25 lalitm@google.com trace_processor: fix gcc build


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

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

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.



BUG=chromium:80416541,chromium:80416541,chromium:80416541
TBR=perfetto-bugs@google.com

Change-Id: I22d8e88796ae0c26c571b4e169f2f220799dfdf1
Reviewed-on: https://chromium-review.googlesource.com/1113818
Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#570073}
parent b15a757d
...@@ -913,7 +913,7 @@ deps = { ...@@ -913,7 +913,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '82901f0040da1cca4285473c504ee79af694f246', Var('android_git') + '/platform/external/perfetto.git' + '@' + 'c6347f057d3a97ca1c3a20c770397365f28ca460',
'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