Commit 39a7ba52 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/perfetto 21a33afeef56..cb851311e16f (16 commits)

https://android.googlesource.com/platform/external/perfetto.git/+log/21a33afeef56..cb851311e16f


git log 21a33afeef56..cb851311e16f --date=short --no-merges --format='%ad %ae %s'
2019-04-01 medinaandres@google.com Merge "Only enable ASAN annotations when passing ASAN compile flags."
2019-04-01 lalitm@google.com Merge "trace_processor: fix gcc and msan builds"
2019-04-01 lalitm@google.com perfetto: minor fix of build files
2019-04-01 lalitm@google.com perfetto: move from alias rules to rewriting target names
2019-04-01 lalitm@google.com perfetto: refactor and massively speed up gen_build
2019-04-01 lalitm@google.com perfetto: add build file generation script and build files
2019-04-01 lalitm@google.com Merge "trace_processor: unify all the numeric column implementations"
2019-04-01 lalitm@google.com Merge "trace_processor: fix minor include error"
2019-04-01 hjd@google.com Merge "ui: Collect power rails where possible"
2019-03-29 lalitm@google.com perfetto: attempt 2 at fixing is_trivially_{constructible, copyable}
2019-03-29 lalitm@google.com Merge "trace_processor: add missing file to BUILD.gn"
2019-03-29 treehugger-gerrit@google.com Merge "protozero: add missing \n to protozero generator"
2019-03-29 treehugger-gerrit@google.com Merge "protozero: temporarily disable is_trivially_{constructible, copyable} check on some platforms"
2019-03-29 primiano@google.com Merge "Fix tools/update_traceconv"
2019-03-29 oysteine@google.com Merge "Make sure to always create the SMA on the correct thread in the in-process case"
2019-03-29 oysteine@google.com Merge "Chrome: Add config for privacy safe mode"


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

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.



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

Change-Id: I9822e8cffc788e266debbb8d015b5302ba9649c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548090Reviewed-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@{#646615}
parent d069f9bb
...@@ -1172,7 +1172,7 @@ deps = { ...@@ -1172,7 +1172,7 @@ deps = {
}, },
'src/third_party/perfetto': 'src/third_party/perfetto':
Var('android_git') + '/platform/external/perfetto.git' + '@' + '21a33afeef568f72668acf77668a32307a363d6e', Var('android_git') + '/platform/external/perfetto.git' + '@' + 'cb851311e16f9d3238f301c5fc0cced12e7d3e23',
'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