| 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 81f3007149eae4dd1249c9d7d3c3fa8913fbe5ef..9554976983e8832b9e7fbb4759f7fb2da9b15391 100644
|
| --- a/third_party/WebKit/Source/build/features.gypi
|
| +++ b/third_party/WebKit/Source/build/features.gypi
|
| @@ -51,7 +51,6 @@
|
| # If you update the default value below, be sure to update the one in
|
| # ../config.gyp, too!
|
| 'enable_oilpan%': 1,
|
| - 'detailed_memory_infra%': 0,
|
| 'blink_logging_always_on%': 0,
|
| 'link_core_modules_separately%': 1,
|
| },
|
| @@ -97,11 +96,6 @@
|
| 'ENABLE_OILPAN=1',
|
| ],
|
| }],
|
| - ['detailed_memory_infra==1', {
|
| - 'feature_defines': [
|
| - 'ENABLE_DETAILED_MEMORY_INFRA=1',
|
| - ],
|
| - }],
|
| ['blink_logging_always_on==1', {
|
| 'feature_defines': [
|
| 'LOG_DISABLED=0',
|
|
|