diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 06:06:31 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 06:06:31 +0000 |
commit | 8eca7f0c0ad19215b5cb797558d470220a0e9204 (patch) | |
tree | 9d3d54a1a8278f4808dc660e13381f70e2e4122b /ppapi | |
parent | 8290db69025a2e16162aef76144e134210beb5dc (diff) | |
download | chromium_src-8eca7f0c0ad19215b5cb797558d470220a0e9204.zip chromium_src-8eca7f0c0ad19215b5cb797558d470220a0e9204.tar.gz chromium_src-8eca7f0c0ad19215b5cb797558d470220a0e9204.tar.bz2 |
PPAPI/NaCl: Strip the test nexes
See if this improves test performance.
BUG=162094
Review URL: https://chromiumcodereview.appspot.com/11956023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index bfbf09e..ecece5a 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -107,6 +107,9 @@ '<@(test_common_source_files)', '<@(test_nacl_source_files)', ], + 'extra_args': [ + '--strip-all', + ], }, 'conditions': [ ['target_arch!="arm"', { |