| Index: mojo/mojo_public.gyp
|
| diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
|
| index f5bd4a94fea91f711997026601bfcc88278cf428..eb4f47cf4c0ab7ad89176730a4c52348f56503c8 100644
|
| --- a/mojo/mojo_public.gyp
|
| +++ b/mojo/mojo_public.gyp
|
| @@ -329,9 +329,7 @@
|
| {
|
| # GN version: //mojo/public/c/test_support
|
| 'target_name': 'mojo_public_test_support',
|
| - 'defines': [
|
| - 'MOJO_TEST_SUPPORT_IMPLEMENTATION',
|
| - ],
|
| + 'type': 'static_library',
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| @@ -342,24 +340,10 @@
|
| },
|
| 'sources': [
|
| 'public/c/test_support/test_support.h',
|
| - 'public/c/test_support/test_support_export.h',
|
| # TODO(vtl): Convert this to thunks http://crbug.com/386799
|
| 'public/tests/test_support_private.cc',
|
| '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.
|
| - 'DYLIB_INSTALL_NAME_BASE': '@loader_path',
|
| - },
|
| - }],
|
| - ],
|
| },
|
| {
|
| # GN version: //mojo/public/cpp/test_support:test_utils
|
|
|