Chromium Code Reviews| Index: chrome/chrome_browser_ui.gypi |
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
| index d08c6c5db6fa6ef97f1d9e96c4dd2dc275223c23..6547860d9880a3712362826cb89b1dd77ddc14eb 100644 |
| --- a/chrome/chrome_browser_ui.gypi |
| +++ b/chrome/chrome_browser_ui.gypi |
| @@ -2624,6 +2624,11 @@ |
| '../components/components.gyp:dom_distiller_core', |
| '../sync/sync.gyp:sync', |
| ], |
| + 'includes': [ |
| + # Disable LTO due to undefined reference |
| + # crbug.com/422252 |
| + '../build/android/disable_lto.gypi', |
| + ], |
| 'conditions': [ |
| ['OS != "ios"', { |
| 'sources': [ |