| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index ff302d4cd1fe8c941de462f673739286d0ae1906..717d7980d8a9e125b5cba463c4a2885564e74a20 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -2596,6 +2596,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': [
|
|
|