| Index: mojo/mojo_base.gyp
|
| diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
|
| index 65039c6f34208a7d700cf70ac4bdf2c77690176c..b61cbc8620b6f8330c15fe739accac351d654880 100644
|
| --- a/mojo/mojo_base.gyp
|
| +++ b/mojo/mojo_base.gyp
|
| @@ -153,19 +153,6 @@
|
| 'common/common_type_converters_unittest.cc',
|
| ],
|
| },
|
| - {
|
| - # GN version: //mojo/test:test_support
|
| - 'target_name': 'mojo_test_support',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - ],
|
| - 'sources': [
|
| - 'test/test_utils.h',
|
| - 'test/test_utils_posix.cc',
|
| - 'test/test_utils_win.cc',
|
| - ],
|
| - },
|
| ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
|
|