commit | 15522bc89b4aa64a3169d686f6c9d44ddf567273 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <[email protected]> | Wed Sep 16 20:38:39 2020 |
committer | Commit Bot <[email protected]> | Wed Sep 16 20:38:39 2020 |
tree | 8ba93e6633e50cf7396f38b40feb0c6baba34ea4 | |
parent | 90f1cd34c712090312576b08f4860faecd0f989a [diff] |
[ios] - Add possibility to configure xctest on a build target basis. This CL will allow projects (like WebRTC, see [1]) to configure whether to use XCtest or not on a target by target basis instead of doing it at build level with the GN arg 'enable_run_ios_unittests_with_xctest'. [1] - https://webrtc-review.googlesource.com/c/src/+/184360 Bug: webrtc:11937 Change-Id: Ia227b2f5eb268dc59cfbe5617dbfc4836e6ae372 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414169 Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/heads/master@{#807647}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.