summaryrefslogtreecommitdiffstats
path: root/pdf/BUILD.gn
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 03:35:04 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 03:35:04 +0000
commit121c5053aec1000f30e1d5235bf92e8cd9aa8b18 (patch)
treef2819a200c876bed844b0ec500de24d986bf39b7 /pdf/BUILD.gn
parent4d7c02ecdadb3ca550db33a1e4f126d4118a056e (diff)
downloadchromium_src-121c5053aec1000f30e1d5235bf92e8cd9aa8b18.zip
chromium_src-121c5053aec1000f30e1d5235bf92e8cd9aa8b18.tar.gz
chromium_src-121c5053aec1000f30e1d5235bf92e8cd9aa8b18.tar.bz2
Don't use a version script when linking libpdf.so
It appears we used to use a version script when compiling libpdf.so. This was causing crashes such as the one in the associated bug. The reason given for using the version map was to hide vendor symbols, but since the PDF code is all open source now, this shouldn't be an issue. BUG=386436 Review URL: https://codereview.chromium.org/351773005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'pdf/BUILD.gn')
-rw-r--r--pdf/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index 916a831..5e1f165 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -88,15 +88,6 @@ shared_library("pdf") {
#},
}
- if (is_linux) {
- # TODO(GYP)
- ## 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'
- #],
- }
-
deps = [
"//base",
"//net",