mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Always use Perfetto when build_with_chromium
Bug: b/336718643 Change-Id: I64ff6babbaa8e9dabd8c877c52b23ec49a77624c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349583 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@google.com> Reviewed-by: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/main@{#42209}
This commit is contained in:
parent
55f6613fc0
commit
fa870371b0
1 changed files with 1 additions and 2 deletions
|
@ -389,8 +389,7 @@ if (is_mac || is_ios) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO(b/336718643): Remove use_perfetto_client_library_flag.
|
if (build_with_chromium) {
|
||||||
if (build_with_chromium && use_perfetto_client_library) {
|
|
||||||
rtc_use_perfetto = true
|
rtc_use_perfetto = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue