| Index: third_party/mojo/mojo_edk_tests.gyp
|
| diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
|
| index db1fc36615ab1d147ec09ec8b98f069459df4530..fd7a51295c6c6009b68777c2023fb5f7d76e8372 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -301,6 +301,19 @@
|
| 'mojo_public_environment_unittests.isolate',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'mojo_public_system_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'mojo_public_system_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'mojo_public_system_unittests.isolate',
|
| + ],
|
| + },
|
| ],
|
| }],
|
| ],
|
|
|