#53025: build: Remove CR_XCODE_BUILD define from BUILD.gn
Merged
Description of Change
This makes everything in the RBE cache depend on the current version of Xcode, which causes pointless cache misses in development.
There's an open Chromium issue to fix this: https://issues.chromium.org/issues/514632432
Checklist
- I have built and tested this change
- I verified that the build successfully gets up and running with this change, but I haven't run it all the way through since this necessarily breaks caching and it would take hours to finish.
- I have filled out the PR description
Release Notes
Notes: none
Backports
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron