Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 646873004: Add Link-Time Optimizations support for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 670bf918c7c6ae215be5a740840f01535e7d75d7..6e275d2a1ea44f24b56caf9113db25eab60a0bdd 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2598,6 +2598,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': [
« build/common.gypi ('K') | « chrome/chrome_browser.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698