| Index: Source/wtf/wtf_tests.gyp
|
| diff --git a/Source/wtf/wtf_tests.gyp b/Source/wtf/wtf_tests.gyp
|
| index 1af23e3c4544f09f40c176e1e142eb1e0c945121..3d4a70338b6096fbcf2d0026913847cd72c3bcdb 100644
|
| --- a/Source/wtf/wtf_tests.gyp
|
| +++ b/Source/wtf/wtf_tests.gyp
|
| @@ -95,5 +95,22 @@
|
| 'includes': [ '../../../../build/apk_test.gypi' ],
|
| }],
|
| }],
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'wtf_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'wtf_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'wtf_unittests.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|