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

Unified Diff: gpu/gpu.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: Clarify comment in build/common.gypi; add TODO to use -lto_library 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
« no previous file with comments | « content/content.gyp ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index c32d64e0a13c98e77c7b8e08b72c5c537f67c357..eb793232362931c09f06ec2ada0d9f7ee50c0a04 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -32,7 +32,7 @@
'includes': [
# Disable LTO due to ELF section name out of range
# crbug.com/422251
- '../build/android/disable_lto.gypi',
+ '../build/android/disable_gcc_lto.gypi',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
@@ -504,7 +504,7 @@
'../build/android/increase_size_for_speed.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': [
'command_buffer_common',
« no previous file with comments | « content/content.gyp ('k') | sandbox/linux/sandbox_linux.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698