Index: mojo/mojo_public_tests.gypi |
diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi |
index 97f782108f9f0c4b20addb48dfc7d91dc8ca326a..3cb046db34718f0cc2beaaac8221431c874114ee 100644 |
--- a/mojo/mojo_public_tests.gypi |
+++ b/mojo/mojo_public_tests.gypi |
@@ -7,7 +7,6 @@ |
{ |
# GN version: //mojo/public/c/test_support |
'target_name': 'mojo_test_support', |
- 'type': 'shared_library', |
'defines': [ |
'MOJO_TEST_SUPPORT_IMPLEMENTATION', |
], |
@@ -27,6 +26,11 @@ |
'public/tests/test_support_private.h', |
], |
'conditions': [ |
+ ['OS=="ios"', { |
+ 'type': 'static_library', |
+ }, { |
+ 'type': 'shared_library', |
+ }], |
['OS=="mac"', { |
'xcode_settings': { |
# Make it a run-path dependent library. |