| Index: mojo/mojo_public.gypi
|
| diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
|
| index 8f124e720802c2e8c7fcd1722678ea3beedcfc0e..a5b72a32e2aa81826723dd4f2e67c13e0b7d3d1f 100644
|
| --- a/mojo/mojo_public.gypi
|
| +++ b/mojo/mojo_public.gypi
|
| @@ -71,7 +71,9 @@
|
| },
|
| {
|
| 'target_name': 'mojo_test_support',
|
| - 'type': 'shared_library',
|
| + # Changed this from a shared library to a static library as it wasn't
|
| + # found on iOS when it was a shared library.
|
| + 'type': 'static_library',
|
| 'defines': [
|
| 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
|
| ],
|
|
|