| Index: Source/core/features.gypi
|
| diff --git a/Source/core/features.gypi b/Source/core/features.gypi
|
| index 68371d8915577d18cfe4970feba30804dfda47d2..667a132cb3665c37c780b5cd79ac989ee88f536c 100644
|
| --- a/Source/core/features.gypi
|
| +++ b/Source/core/features.gypi
|
| @@ -47,11 +47,9 @@
|
| 'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
|
| 'ENABLE_WEBGL=1',
|
| 'ENABLE_XHR_TIMEOUT=0',
|
| - 'WTF_USE_BUILTIN_UTF8_CODEC=1',
|
| # WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
|
| # We can't define it here because it should be present only
|
| # in Debug or release_valgrind_build=1 builds.
|
| - 'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
|
| ],
|
| # We have to nest variables inside variables so that they can be overridden
|
| # through GYP_DEFINES.
|
|
|