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

Unified Diff: build/common.gypi

Issue 11413110: Don't specify -Wl,--exclude-libs=ALL for shared library build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index bdd49006875f580c53a7266484954d83982bdd67..ac0511a2e19834fe3775187fbaf7037dea3b8b5d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2934,6 +2934,9 @@
'libraries': [
'-lgnustl_shared',
],
+ 'ldflags!': [
+ '-Wl,--exclude-libs=ALL',
+ ],
}],
['android_upstream_bringup==1', {
'defines': ['ANDROID_UPSTREAM_BRINGUP=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