summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorsehr@chromium.org <sehr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 17:20:42 +0000
committersehr@chromium.org <sehr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-12 17:20:42 +0000
commit7ab8b9be98d03317adeae4302820e657721e5280 (patch)
tree0cb78d90af4c0b7e13667d1c374bdc10c6b7884e /build/common.gypi
parentd20d04315d2dabd1e5d613adb8dda59a10325508 (diff)
downloadchromium_src-7ab8b9be98d03317adeae4302820e657721e5280.zip
chromium_src-7ab8b9be98d03317adeae4302820e657721e5280.tar.gz
chromium_src-7ab8b9be98d03317adeae4302820e657721e5280.tar.bz2
Enable about:nacl and correct symbol visibility for the plugin
After this change, if libppGoogleNaClPluginChrome.so is placed in the install directory it correctly starts and attempts to create a subprocess. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3032 R=bradnelson@google.com, darin@chromium.org Review URL: https://codereview.chromium.org/329853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 0c1d415..1599cf6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4406,6 +4406,9 @@
],
}],
['_type=="shared_library" or _type=="loadable_module"', {
+ 'ldflags!': [
+ '-Wl,--exclude-libs=ALL',
+ ],
'ldflags': [
'-Wl,-shared,-Bsymbolic',
],