DescriptionEnable chrome.gyp:browser on iOS
When unit_tests was turned down on iOS, no chrome.gyp target was added
to replace it in all.gyp, so nothing has been exercising that part of
the build system on iOS.
This adds 'browser', and fixes issues that have crept in since then.
Most notably:
- Removes chrome_browser_non_android_sources, moving everything that
was there to ..._non_mobile_sources
- Removes an iOS-only class that was removed downstream, and had
rotted upstream.
This won't find link issues, but will at least ensure that the gyp
files continue working on iOS for as long as they are necessary.
BUG=None
Committed: https://crrev.com/2d39fdf1a95d374fe589c7f5accff4384f6cf352
Cr-Commit-Position: refs/heads/master@{#307496}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address comment #
Messages
Total messages: 8 (2 generated)
|