Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3982)

Unified Diff: chrome/chrome_tests.gypi

Issue 18770006: Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: lei's comments + sync Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 211696)
+++ chrome/chrome_tests.gypi (working copy)
@@ -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': [

Powered by Google App Engine
This is Rietveld 408576698