This reverts commit 258ed1a38ad9d4f0da798c40b6976eff2dce864f. Reason for revert: This cl breaks the dumping of the perf proto histogram. Original change's description: > Use gtest_parallel with 1 worker for webrtc_perf_tests. > > This will enable test results to be uploaded to ResultDB. > > Bug: b/197492097 > Change-Id: Iec28520c4cd8f35fcff2cbd105a4b851ef41b9fc > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239641 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Reviewed-by: Christoffer Jansson <jansson@google.com> > Commit-Queue: Jeremy Leconte <jleconte@google.com> > Cr-Commit-Position: refs/heads/main@{#35458} TBR=mbonadei@webrtc.org,jansson@google.com,webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com,jleconte@webrtc.org Change-Id: Ic4ab03d0e7f8bc1ce799d30e74420200d2f8f224 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/197492097 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/239644 Reviewed-by: Jeremy Leconte <jleconte@google.com> Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#35463}
MB - The Meta-Build wrapper
MB is a simple wrapper intended to provide a uniform interface to either GYP or GN, such that users and bots can call one script and not need to worry about whether a given bot is meant to use GN or GYP.
It supports two main functions:
-
"gen" - the main
gyp_chromium/gn geninvocation that generates the Ninja files needed for the build. -
"analyze" - the step that takes a list of modified files and a list of desired targets and reports which targets will need to be rebuilt.
We also use MB as a forcing function to collect all of the different
build configurations that we actually support for Chromium builds into
one place, in //tools/mb/mb_config.pyl.
For more information, see: