forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios] Add variable to not build //ios/... targets
The WebRTC project wants to build ios_remoting_unittests to check that they are not breaking it and can safely roll their code into Chromium. As the bots invoke ninja without target, all accessibles one are built even if not needed. This means that WebRTC bots may break when changes in //ios/{chrome,web} depends on changes to the build environment (new version of Xcode, ...) even if they don't need to build the target that depends on those changes. Change //ios:all to not add dependencies on //ios/{chrome,web} when `ios_build_chrome = false` (which is required to build the ios_remoting_unittests target). This will still build subset of //ios required (such as //ios/net, ...) based on the real dependencies of ios_remoting_unittests. Set `ios_build_chrome = false` for WebRTC bots. Bug: none Change-Id: I9643f15c5c0aa3a2cd45590561e566347f84a003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3195917 Commit-Queue: Sylvain Defresne <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Cr-Commit-Position: refs/heads/main@{#926785}
- Loading branch information
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters