| Index: mojo/mojo_public.gypi
|
| diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
|
| index 36842c3d51a871e4cebecab298ad2f784c68098f..bdcd7c7afde528c5c7017364423171815754def9 100644
|
| --- a/mojo/mojo_public.gypi
|
| +++ b/mojo/mojo_public.gypi
|
| @@ -76,7 +76,6 @@
|
| },
|
| {
|
| 'target_name': 'mojo_test_support',
|
| - 'type': 'shared_library',
|
| 'defines': [
|
| 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
|
| ],
|
| @@ -95,6 +94,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.
|
|
|