DescriptionFix running gn gen for //ui/* targets on iOS.
This CL only fixes the errors encountered when running "gn gen" with
target_os set to ios. It does not yet ensure that the targets compile
nor that the unit tests pass.
iOS does not build //third_party/WebKit, so remove those dependencies
from the BUILD.gn files that are transitively used.
Fix some "sources" exclusion rules that removed that that were only
added when "is_ios" was false, thus causing an error while running
"gn gen".
BUG=459705
Committed: https://crrev.com/6630e6f74714bf7d82f3c1cc207604307cd32a53
Cr-Commit-Position: refs/heads/master@{#340432}
Patch Set 1 #
Total comments: 7
Patch Set 2 : Address comments by danakj #
Total comments: 4
Patch Set 3 : Address comments by sadrul #
Total comments: 1
Patch Set 4 : Enable view_prop_unittest.cc when use_aura is true #Patch Set 5 : Revert back to only building view_prop_unittest.cc on Windows #
Messages
Total messages: 22 (4 generated)
|