diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-16 03:10:07 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-16 03:10:07 +0000 |
commit | 9742508529581c44056a836d10fa6cfd76ecca7b (patch) | |
tree | 6097ddf43758a19f18edf4c02b55d89616c90310 /chrome/chrome_tests.gypi | |
parent | 6df6ec02bbb09f5c81e4bf9189bd7237eb2c4e1f (diff) | |
download | chromium_src-9742508529581c44056a836d10fa6cfd76ecca7b.zip chromium_src-9742508529581c44056a836d10fa6cfd76ecca7b.tar.gz chromium_src-9742508529581c44056a836d10fa6cfd76ecca7b.tar.bz2 |
Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.
See thread "[chromium-dev] PSA: Breakpad is now compiled into
Chromium by default on Linux' for background
TBR=sbc@chromium.org, thakis@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/18770006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 6579173..34470b6 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2233,9 +2233,8 @@ { # To run the tests from page_load_test.cc on Linux, we need to: # - # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") - # b) Run with CHROME_HEADLESS=1 to generate crash dumps. - # c) Strip the binary if it's a debug build. (binary may be over 2GB) + # a) Run with CHROME_HEADLESS=1 to generate crash dumps. + # b) Strip the binary if it's a debug build. (binary may be over 2GB) 'target_name': 'reliability_tests', 'type': 'executable', 'dependencies': [ |