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

Unified Diff: content/content.gyp

Issue 646873004: Add Link-Time Optimizations support for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: 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',

Powered by Google App Engine
This is Rietveld 408576698