| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 111777)
|
| +++ build/common.gypi (working copy)
|
| @@ -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)',
|
|
|