summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 21:52:48 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-28 21:52:48 +0000
commit74bce97671a0f2b364003cfcee09932d8f8f7a49 (patch)
tree029c66e11c9ed4a62ea25c23d5e47ef5a52f2de7 /build
parent8b5af49028869646e046a0615dec0c553a3771ee (diff)
downloadchromium_src-74bce97671a0f2b364003cfcee09932d8f8f7a49.zip
chromium_src-74bce97671a0f2b364003cfcee09932d8f8f7a49.tar.gz
chromium_src-74bce97671a0f2b364003cfcee09932d8f8f7a49.tar.bz2
Revert 110948 - Add support for stripping Chrome tests.
The chromeos-chrome ebuild strips Chrome tests after the build, but it can run significantly faster if we strip them during the build. This changelist reduces the time it takes to build Chrome by allowing developers to remove unnecessary debug symbols. Performance comparison on z600 LOCAL_SOURCE build: Before: 24m31s (257m04s user, 23m19s sys) After: 20m55s (236m12s user, 22m10s sys) Companion CL for updating Chrome OS to use strip_tests by default is here: https://gerrit.chromium.org/gerrit/11517 BUG=chromium-os:22844 TEST=Build with and without debug symbols. Confirm speed difference. Review URL: http://codereview.chromium.org/8526022 TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/8659015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111778 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a7b051c..8b27923 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -127,10 +127,6 @@
# compilation.
'fastbuild%': 0,
- # By default, tests are built with debug symbols. These can be stripped
- # to improve build speed.
- 'strip_tests%': 0,
-
# Set to 1 to enable dcheck in release without having to use the flag.
'dcheck_always_on%': 0,
@@ -381,7 +377,6 @@
'webui_task_manager%': '<(webui_task_manager)',
'inside_chromium_build%': '<(inside_chromium_build)',
'fastbuild%': '<(fastbuild)',
- 'strip_tests%': '<(strip_tests)',
'dcheck_always_on%': '<(dcheck_always_on)',
'python_ver%': '<(python_ver)',
'armv7%': '<(armv7)',