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 1e1bafe28018c635b8915831f2949d4a9feb8967..b392d72e40dc854448ac409c82acbede3803c30e 100644 |
--- a/third_party/mojo/mojo_edk_tests.gyp |
+++ b/third_party/mojo/mojo_edk_tests.gyp |
@@ -272,4 +272,23 @@ |
'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
}, |
], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'mojo_public_bindings_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'mojo_public_bindings_unittests', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'mojo_public_bindings_unittests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |