Chromium Code Reviews| Index: Source/core/features.gypi |
| diff --git a/Source/core/features.gypi b/Source/core/features.gypi |
| index c78ca3698de3f640a68e8c1bc40ff7fa338a9447..8923975e107d922b76d1b80214b4622748da3367 100644 |
| --- a/Source/core/features.gypi |
| +++ b/Source/core/features.gypi |
| @@ -33,6 +33,7 @@ |
| 'variables': { |
| 'feature_defines': [ |
| 'ENABLE_CSS3_TEXT=0', |
| + 'ENABLE_CSS_CALLBACKS=1', |
|
Jeffrey Yasskin
2013/07/12 22:40:42
Do I still need this in Blink?
abarth-chromium
2013/07/12 23:44:11
Nope.
Jeffrey Yasskin
2013/07/16 00:38:51
Removed!
|
| 'ENABLE_CSS_EXCLUSIONS=1', |
| 'ENABLE_CSS_REGIONS=1', |
| 'ENABLE_CUSTOM_SCHEME_HANDLER=0', |