diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 02:35:43 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 02:35:43 +0000 |
commit | d6216fca3eac13699f70721753a9a14a45e2d8f6 (patch) | |
tree | 80fea201ec4937a271759821212877c72adbe00f /remoting | |
parent | 9fee277fa201cc1c1290dad08d5898130308cef4 (diff) | |
download | chromium_src-d6216fca3eac13699f70721753a9a14a45e2d8f6.zip chromium_src-d6216fca3eac13699f70721753a9a14a45e2d8f6.tar.gz chromium_src-d6216fca3eac13699f70721753a9a14a45e2d8f6.tar.bz2 |
mac: Add -dead_strip to the remoting_host_plugin target to get it to link again.
BUG=124041
TEST=remoting_host_plugin links again (e.g. on the 'mac' tryserver)
Review URL: http://codereview.chromium.org/10119033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 80c6c5d..e3808d5 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -621,6 +621,11 @@ # duplicate string once # http://code.google.com/p/gyp/issues/detail?id=243 is fixed. 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'HOST_PLUGIN_MIME_TYPE="<(host_plugin_mime_type)" HOST_PLUGIN_NAME="<(host_plugin_name)" HOST_PLUGIN_DESCRIPTION="<(host_plugin_description)"', + + # TODO(thakis): Remove this once remoting no longer depends on + # webkit (through content through urlfetcher), + # http://crbug.com/124041 + 'DEAD_CODE_STRIPPING': 'YES', # -Wl,-dead_strip }, # TODO(mark): Come up with a fancier way to do this. It should # only be necessary to list host_plugin-Info.plist once, not the |