diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 0592abd..3ca981a 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -1274,4 +1274,24 @@ ], }, ], + 'conditions': [ + ['test_isolation_mode != "noop"', { + 'targets': [ + { + 'target_name': 'ash_unittests_run', + 'type': 'none', + 'dependencies': [ + 'ash_unittests', + ], + 'includes': [ + '../build/isolate.gypi', + 'ash_unittests.isolate', + ], + 'sources': [ + 'ash_unittests.isolate', + ], + }, + ], + }], + ], } |