DescriptionSplit mojo_nacl.gyp to fix ARM builds.
mojo_nacl.gyp has to be split into two gyp files:
* One that provides "normal" targets, and
* one that provides "untrusted" targets.
This is because build/common_untrusted.gypi sets clang=1 for all ARM builds.
For untrusted targets, this is reasonable, but this can break ARM builds of
chrome for normal targets (by passing clang flags to g++).
BUG=445489
Committed: https://crrev.com/39a76697e0fe1769e2ebbcf2c302b02aeedd5ed5
Cr-Commit-Position: refs/heads/master@{#309784}
Patch Set 1 #
Messages
Total messages: 18 (6 generated)
|