Commit e6e530bd authored by baxley's avatar baxley Committed by Commit bot

Make ios_web_shell_test build for xcode-ninja.

for xcode-ninja, GENERATOR is set to xcode, and GENERATOR_FLAVOR
is set to ninja.

BUG=

Review URL: https://codereview.chromium.org/1844563004

Cr-Commit-Position: refs/heads/master@{#383866}
parent 70834c70
......@@ -8,8 +8,8 @@
},
'conditions': [
# The iOS frameworks being built for ios_web_shell_test require certs which
# bot do not currently have installed. Ninja allows this, Xcode does not.
['"<(GENERATOR)"=="ninja"', {
# bots do not currently have installed. Ninja allows this, Xcode does not.
['"<(GENERATOR)"=="ninja" or "<(GENERATOR_FLAVOR)"=="ninja"', {
'targets': [
{
'variables': {
......@@ -48,7 +48,7 @@
},
},
],
}, { # GENERATOR != ninja
}, { # GENERATOR == ninja or GENERATOR_FLAVOR == ninja
'targets': [
{
# The iOS frameworks being built for ios_web_shell_test require certs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment