Index: Source/web/web_tests.gyp |
diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp |
index 179c394fd162a230f608f8ffe5a2e26795bfa538..958653b09954deb98c8d9086e6dd36442ca8f6dd 100644 |
--- a/Source/web/web_tests.gyp |
+++ b/Source/web/web_tests.gyp |
@@ -83,6 +83,7 @@ |
'type': 'executable', |
'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
+ '../platform/blink_platform_tests.gyp:blink_platform_unittests_support', |
abarth-chromium
2013/12/09 17:33:35
So, the problem is that you've run into a piece of
|
'../../public/blink.gyp:blink', |
'../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
'<(DEPTH)/base/base.gyp:base', |