Index: Source/modules/modules.gyp |
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp |
index f00ee867dc8caf102574eff89a6a3fe490260745..37dcf524e18360c6e7362e2094ae80369688f1b3 100644 |
--- a/Source/modules/modules.gyp |
+++ b/Source/modules/modules.gyp |
@@ -50,5 +50,21 @@ |
], |
# Disable c4267 warnings until we fix size_t to int truncations. |
'msvs_disabled_warnings': [ 4267, 4334, ] |
+ }, |
+ { |
+ 'target_name': 'modules_test_support', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ '../config.gyp:config', |
+ '../core/core.gyp:webcore', |
+ ], |
+ 'defines': [ |
+ 'BLINK_IMPLEMENTATION=1', |
+ 'INSIDE_BLINK', |
+ ], |
+ 'sources': [ |
+ '<@(modules_testing_support_files)', |
+ ], |
+ |
}], |
} |