diff options
-rw-r--r-- | build/features_override.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi index 6c38efa..7c4b941 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -54,6 +54,8 @@ 'ENABLE_XHR_RESPONSE_BLOB=1', 'ENABLE_XPATH=1', 'ENABLE_XSLT=1', + 'WTF_USE_WEBP=1', + 'WTF_USE_WEBKIT_IMAGE_DECODERS=1', ], # We have to nest variables inside variables so that they can be overridden # through GYP_DEFINES. |