Chromium Code Reviews| Index: content/content.gyp |
| diff --git a/content/content.gyp b/content/content.gyp |
| index 1b07104ae8008a0509c0b6ba11e3399d3f030ba9..1fee6b9c014faf63a16ade609bff946bb760101b 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/TODO |
|
no sievers
2014/10/10 18:57:32
replace TODO with bug number? :)
Fabrice (no longer in Chrome)
2014/10/13 15:45:12
Argl, I missed that one!
Done.
|
| + '../build/android/disable_lto.gypi', |
| ], |
| 'dependencies': [ |
| 'content_common', |