Descriptiongn: Default is_clang to true on iOS.
Mirrors this condition in build/common.gypi:
['OS == "ios"', {
# ...
# Enable clang and host builds when generating with ninja-ios.
'conditions': [
['"<(GENERATOR)"=="ninja"', {
'clang%': 1,
'host_os%': "mac",
}]
],
}],
BUG=336531
TBR=brettw@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246117
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|