| Index: Source/platform/blink_platform_tests.gyp
|
| diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
|
| index b92a9fae4699d37b5f68a04695304bb3a4c524bb..8eb4eac76aa87147653368e91b19c4b3518f5478 100644
|
| --- a/Source/platform/blink_platform_tests.gyp
|
| +++ b/Source/platform/blink_platform_tests.gyp
|
| @@ -187,5 +187,35 @@
|
| 'includes': [ '../../../../build/apk_test.gypi' ],
|
| }],
|
| }],
|
| + ['test_isolation_mode != "noop"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'blink_heap_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'blink_heap_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'blink_heap_unittests.isolate',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'blink_platform_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'blink_platform_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../../../../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'blink_platform_unittests.isolate',
|
| + ],
|
| + }
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|