| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 3eaff73179005783a3fffa7ffbdcac525fda4976..b3823528bd7fc39dea1d350bfd44332c69055b07 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -590,29 +590,6 @@
|
| ],
|
| 'includes': [ '../third_party/cython/python_module.gypi' ],
|
| },
|
| - {
|
| - 'target_name': 'mojo_python_unittests',
|
| - 'type': 'none',
|
| - 'actions': [
|
| - {
|
| - 'action_name': 'run_mojo_python_unittests',
|
| - 'inputs': [
|
| - 'python/tests/test_core.py',
|
| - '<(SHARED_INTERMEDIATE_DIR)/mojo_python_py_module.stamp',
|
| - '<(PRODUCT_DIR)/python/mojo/__init__.py',
|
| - ],
|
| - 'outputs': [
|
| - 'none',
|
| - ],
|
| - 'action': [
|
| - 'python', '<@(_inputs)', '<(PRODUCT_DIR)/python',
|
| - ],
|
| - },
|
| - ],
|
| - 'dependency': [
|
| - 'mojo_python',
|
| - ],
|
| - },
|
| ],
|
| }],
|
| ],
|
|
|