Chromium Code Reviews| Index: mojo/mojo_public.gyp |
| diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp |
| index 2227d7651e40e5f93ff736e4c0a7aa86f652f4c4..fd7760d46cdd6dbb154a21a94939d20faee49289 100644 |
| --- a/mojo/mojo_public.gyp |
| +++ b/mojo/mojo_public.gyp |
| @@ -350,11 +350,7 @@ |
| 'public/tests/test_support_private.h', |
| ], |
| 'conditions': [ |
| - ['OS=="ios"', { |
| - 'type': 'static_library', |
| - }, { |
| - 'type': 'shared_library', |
| - }], |
| + 'type': 'static_library', |
|
Ken Rockot(use gerrit already)
2016/05/05 22:22:31
move this outside of the conditions block
|
| ['OS=="mac"', { |
| 'xcode_settings': { |
| # Make it a run-path dependent library. |