Index: services/shell/shell.gyp |
diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp |
index 2ec9da5bc8ce21d6f61472ea5301346473bfa270..f4c2a51ef5b1afdeed45c12e690ca994d3f2fdb5 100644 |
--- a/services/shell/shell.gyp |
+++ b/services/shell/shell.gyp |
@@ -248,4 +248,23 @@ |
'public/cpp/tests/interface_registry_unittest.cc', |
], |
}], |
+ 'conditions': [ |
+ ['test_isolation_mode != "noop"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'mojo_shell_unittests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'mojo_shell_unittests', |
+ ], |
+ 'includes': [ |
+ '../../build/isolate.gypi', |
+ ], |
+ 'sources': [ |
+ 'mojo_shell_unittests.isolate', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
} |