| Index: third_party/WebKit/Source/build/features.gypi
|
| diff --git a/third_party/WebKit/Source/build/features.gypi b/third_party/WebKit/Source/build/features.gypi
|
| index f48ee61e2d668915c363e03d9c7e17ee630babe2..c1923a0a0adc5448556e0926016c6dad78cf8b74 100644
|
| --- a/third_party/WebKit/Source/build/features.gypi
|
| +++ b/third_party/WebKit/Source/build/features.gypi
|
| @@ -40,6 +40,7 @@
|
| 'variables': {
|
| 'feature_defines': [
|
| 'ENABLE_LAYOUT_UNIT_IN_INLINE_BOXES=0',
|
| + 'ENABLE_OILPAN=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.
|
| @@ -85,11 +86,6 @@
|
| 'WTF_USE_DEFAULT_RENDER_THEME=1',
|
| ],
|
| }],
|
| - ['enable_oilpan==1', {
|
| - 'feature_defines': [
|
| - 'ENABLE_OILPAN=1',
|
| - ],
|
| - }],
|
| ['blink_logging_always_on==1', {
|
| 'feature_defines': [
|
| 'LOG_DISABLED=0',
|
|
|