| 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 b392d72e40dc854448ac409c82acbede3803c30e..db1fc36615ab1d147ec09ec8b98f069459df4530 100644
|
| --- a/third_party/mojo/mojo_edk_tests.gyp
|
| +++ b/third_party/mojo/mojo_edk_tests.gyp
|
| @@ -288,6 +288,19 @@
|
| 'mojo_public_bindings_unittests.isolate',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'mojo_public_environment_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'mojo_public_environment_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'mojo_public_environment_unittests.isolate',
|
| + ],
|
| + },
|
| ],
|
| }],
|
| ],
|
|
|