DescriptionAndroid: use gcc (not cpp) to preprocess templates.
When building the WebView on macs, cpp is a wrapper script around llvm
which does not accept all the same arguments as the cpp that's part of
gcc. Invoke gcc -E instead, which should be guaranteed to accept gcc
arguments (even if it ultimately invokes llvm as well).
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186439
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|