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

Unified Diff: pdf/pdf.gyp

Issue 351773005: Don't use a version script when linking libpdf.so (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « pdf/libpdf.map ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf.gyp
diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp
index 74880baa85a944477c7d25c050222e25d4ced36d..f1e8e3e658db0dbc95bdde88350f95f14c3d80b1 100644
--- a/pdf/pdf.gyp
+++ b/pdf/pdf.gyp
@@ -118,11 +118,6 @@
#'ldflags': [ '-s',], # strip local symbols from binary.
},
},
- # Use a custom version script to prevent leaking the vendor name in
- # visible symbols.
- 'ldflags': [
- '-Wl,--version-script=<!(cd <(DEPTH) && pwd -P)/pdf/libpdf.map'
- ],
}],
],
},
« no previous file with comments | « pdf/libpdf.map ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698