| Index: Source/platform/blink_platform_tests.gyp
 | 
| diff --git a/Source/platform/blink_platform_tests.gyp b/Source/platform/blink_platform_tests.gyp
 | 
| index feab7a8c836a6e85b8a41d6a9886344f2ffc3845..2f08089fc6ea94be868d42f91f257a009c1142ee 100644
 | 
| --- a/Source/platform/blink_platform_tests.gyp
 | 
| +++ b/Source/platform/blink_platform_tests.gyp
 | 
| @@ -33,6 +33,22 @@
 | 
|      'blink_platform.gypi',
 | 
|    ],
 | 
|    'targets': [{
 | 
| +    'target_name': 'blink_platform_unittests_support',
 | 
| +    'type': 'static_library',
 | 
| +    'dependencies': [
 | 
| +      'blink_platform.gyp:blink_platform',
 | 
| +      '../config.gyp:unittest_config',
 | 
| +      '../wtf/wtf.gyp:wtf',
 | 
| +      '../wtf/wtf_tests.gyp:run_all_tests',
 | 
| +      '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
 | 
| +    ],
 | 
| +    'include_dirs': [
 | 
| +      '<(SHARED_INTERMEDIATE_DIR)/blink',
 | 
| +    ],
 | 
| +    'sources': [
 | 
| +      '<@(platform_test_support_files)',
 | 
| +    ],
 | 
| +  }, {
 | 
|      'target_name': 'blink_platform_unittests',
 | 
|      'type': 'executable',
 | 
|      'dependencies': [
 | 
| 
 |