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

Unified Diff: chrome/chrome_tests.gypi

Issue 10836067: Strip unit_tests on Linux 32-bit official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f78023f05a98cb0cbb088ebcccd563c45213b6b4..75413ede3bfd8bdbcb46cf249b61bd8aadd5e450 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2269,6 +2269,15 @@
'../ui/aura/aura.gyp:test_support_aura',
],
}],
+ ['OS=="linux" and buildtype=="Official" and target_arch=="ia32"', {
+ 'configurations': {
+ 'Release': {
+ 'ldflags': [
+ '-Wl,--strip-debug',
+ ],
+ },
+ },
+ }],
['os_posix == 1 and OS != "mac" and OS != "android"', {
'conditions': [
['linux_use_tcmalloc==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698