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 @@ ...@@ -8,8 +8,8 @@
}, },
'conditions': [ 'conditions': [
# The iOS frameworks being built for ios_web_shell_test require certs which # 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. # bots do not currently have installed. Ninja allows this, Xcode does not.
['"<(GENERATOR)"=="ninja"', { ['"<(GENERATOR)"=="ninja" or "<(GENERATOR_FLAVOR)"=="ninja"', {
'targets': [ 'targets': [
{ {
'variables': { 'variables': {
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
}, },
}, },
], ],
}, { # GENERATOR != ninja }, { # GENERATOR == ninja or GENERATOR_FLAVOR == ninja
'targets': [ 'targets': [
{ {
# The iOS frameworks being built for ios_web_shell_test require certs # 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