| Index: mojo/mojo_public_tests.gypi
|
| diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi
|
| index bbe7e7aa2a63808753073babab00f9604b07fe7c..e3154b476a615cbd611ba1f6eefe6b7bf1c3fe1d 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.
|
|
|