diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 22:49:52 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 22:49:52 +0000 |
commit | 8ad82bac2fe4cd264a90ab3f04885f738c617329 (patch) | |
tree | c468f07c2508f0be9ddbb2f9315a7027447f9c96 /remoting/remoting.gyp | |
parent | 1fb4443e44f854580b3a8f8063d4aeb6a3006849 (diff) | |
download | chromium_src-8ad82bac2fe4cd264a90ab3f04885f738c617329.zip chromium_src-8ad82bac2fe4cd264a90ab3f04885f738c617329.tar.gz chromium_src-8ad82bac2fe4cd264a90ab3f04885f738c617329.tar.bz2 |
Strip linux symbols from official remoting builds.
BUG=87300
TEST=Build official linux build
Review URL: http://codereview.chromium.org/7967015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 429f8ad2..12ace05 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -321,7 +321,7 @@ ], 'action': [ 'python', 'webapp/build-webapp.py', - '<(linux_strip_binary)', + '<(buildtype)', '<(host_plugin_mime_type)', '<(_output_dir)', '<(_zip_path)', |