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

Unified Diff: content/content.gyp

Issue 1289623006: build: On Android, disable LTO for specific targets only when targeting GCC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disable_lto.gypi Created 5 years, 4 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 e8ea97c0b393aaf00a663f1de5ad7c2369f8b8d0..2e013ebe75cf5969071f5b5b48c30a93bc82431c 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -152,7 +152,7 @@
'content_browser.gypi',
# Disable LTO due to ELF section name out of range
# crbug.com/422251
- '../build/android/disable_lto.gypi',
+ '../build/android/disable_gcc_lto.gypi',
],
'dependencies': [
'content_common',
« build/common.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698