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

Unified Diff: third_party/opus/opus.gyp

Issue 646873004: Add Link-Time Optimizations support for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment 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
« no previous file with comments | « skia/skia_library_opts.gyp ('k') | third_party/sqlite/sqlite.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/opus.gyp
diff --git a/third_party/opus/opus.gyp b/third_party/opus/opus.gyp
index e6c4bcf1b6650754bf901a22b820bde8e64c597c..bc25921ae80d8427d8c76556187226654fc2dbb5 100644
--- a/third_party/opus/opus.gyp
+++ b/third_party/opus/opus.gyp
@@ -40,7 +40,12 @@
'src/include',
],
},
- 'includes': ['opus_srcs.gypi', ],
+ 'includes': [
+ 'opus_srcs.gypi',
+ # Disable LTO due to ELF section name out of range
+ # crbug.com/422251
+ '../../build/android/disable_lto.gypi',
+ ],
'sources': ['<@(opus_common_sources)'],
'conditions': [
['OS!="win"', {
« no previous file with comments | « skia/skia_library_opts.gyp ('k') | third_party/sqlite/sqlite.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698