Index: Source/platform/blink_platform.gyp |
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
index a3c5d968b992313f37fe3b433491b4d6791a5c02..31f82edf85cbe0e4f860fb4dfb5a33e17d73c022 100644 |
--- a/Source/platform/blink_platform.gyp |
+++ b/Source/platform/blink_platform.gyp |
@@ -71,6 +71,7 @@ |
'<(DEPTH)/url/url.gyp:url_lib', |
'platform_derived_sources.gyp:make_platform_derived_sources', |
'blink_common', |
+ 'blink_platform_tests.gyp:blink_platform_unittests_support', |
abarth-chromium
2013/12/04 05:45:26
This is a strange dependency. blink_platform is a
|
], |
'export_dependent_settings': [ |
# FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge |
@@ -97,8 +98,6 @@ |
# Additional .cpp files from platform_derived_sources.gyp:make_platform_derived_sources actions. |
'<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', |
'<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp', |
], |
# Disable c4267 warnings until we fix size_t to int truncations. |