Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 72c13df34bce53f281f3887d2630c348c40ea8ea..bd515b975883353b814d1f4ad854518d7814df22 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -619,5 +619,24 @@ |
}, |
], |
}], |
+ ['component!="shared_library" and OS=="linux" and test_isolation_mode!="noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'mojo_python_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'mojo_python', |
+ 'mojo_base.gyp:mojo_public_test_interfaces', |
+ ], |
+ 'includes': [ |
+ '../build/isolate.gypi', |
+ 'mojo_python_unittests.isolate', |
+ ], |
+ 'sources': [ |
+ 'mojo_python_unittests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
], |
} |