Commit 42169ec3 authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

[tools/perf] Add build dependency on trace_processor_shell

We'll need the Perfetto trace processor tool for proto trace conversion
and eventually for running TBMv3 metrics. So far it doesn't build on
Android, so adding the dependency on desktop platforms only.

Bug: 1028612
Change-Id: Id3c3231516ee200f30db60a8f14edda136a257a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939789Reviewed-by: default avatarEric Seckler <eseckler@chromium.org>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#719924}
parent c39a9155
......@@ -40,6 +40,13 @@ group("perf") {
"//components/subresource_filter/tools:index_ruleset",
]
}
# TODO(crbug.com/1028612): Remove this if when trace processor can be built
# on Android.
if (!is_android) {
data_deps +=
[ "//third_party/perfetto/src/trace_processor:trace_processor_shell" ]
}
}
if (is_android) {
......
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