Index: Source/web/web.gyp |
diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
index 5d057db5f2067b911756f78e076a4163bf18749a..91ec240ba539213ce76174e3995eaf00ae4f24fa 100644 |
--- a/Source/web/web.gyp |
+++ b/Source/web/web.gyp |
@@ -36,6 +36,7 @@ |
'../build/scripts/scripts.gypi', |
'../build/win/precompile.gypi', |
'../modules/modules.gypi', |
+ '../platform/blink_platform.gypi', |
'../wtf/wtf.gypi', |
'web.gypi', |
], |
@@ -116,6 +117,8 @@ |
'<@(bindings_unittest_files)', |
'<@(core_unittest_files)', |
'<@(modules_unittest_files)', |
+ # FIXME: the next line should not be needed. We prefer to run these unit tests outside webkit.dll. |
+ '<@(platform_web_unittest_files)', |
'<@(web_unittest_files)', |
'WebTestingSupport.cpp', |
'tests/WebUnitTests.cpp', # Components test runner support. |