Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 1b07104ae8008a0509c0b6ba11e3399d3f030ba9..5d843b64f2960d36cce1a2760c2896c8f5325313 100644 |
| --- a/content/content.gyp |
| +++ b/content/content.gyp |
| @@ -150,6 +150,9 @@ |
| 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 'includes': [ |
| 'content_browser.gypi', |
| + # Disable LTO due to ELF section name out of range |
| + # crbug.com/422251 |
| + '../build/android/disable_lto.gypi', |
| ], |
| 'dependencies': [ |
| 'content_common', |