Index: mojo/mojo_public_tests.gypi |
diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi |
index 8106e8d420ef6c23ceed5daac426108989721570..618831b70121237c8271bb3197d23579c377e04a 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. |