| 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 fd7a51295c6c6009b68777c2023fb5f7d76e8372..737f3c7262a4387bb34ff45772a7917b6006d419 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -314,6 +314,19 @@
|
| 'mojo_public_system_unittests.isolate',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'mojo_public_utility_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'mojo_public_utility_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'mojo_public_utility_unittests.isolate',
|
| + ],
|
| + },
|
| ],
|
| }],
|
| ],
|
|
|