Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split up src/platform/BUILD.gn (#8099)
Rather than defining every platform in a giant switch/case, create separate build files for each one. This is a lot more manageable and allows dropping conditionals in many cases as build files aren't loaded unless reachable from the root.
- Loading branch information