| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 0c276f72005f0754eb3eea41756c2976506d688c..5571bec3f92e1b4d2a9df622b46f001ef4be7378 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -94,6 +94,7 @@
|
| '<(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.
|
| # Disable c4724 warnings which is generated in VS2012 due to improper
|
|
|