Index: ios/web/ios_web_shell_tests.gyp |
diff --git a/ios/web/ios_web_shell_tests.gyp b/ios/web/ios_web_shell_tests.gyp |
index 87cd0d82726602d52dc74ce44b07b49f9e51c350..79c93e8bbefc0705df753455a88025b185efeb56 100644 |
--- a/ios/web/ios_web_shell_tests.gyp |
+++ b/ios/web/ios_web_shell_tests.gyp |
@@ -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 |