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

Side by Side 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: android build fix per cjhopman 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 '../base/allocator/allocator.gyp:allocator', 2224 '../base/allocator/allocator.gyp:allocator',
2225 ], 2225 ],
2226 }], 2226 }],
2227 ], 2227 ],
2228 }], 2228 }],
2229 ], # conditions 2229 ], # conditions
2230 }, # target performance_browser_tests 2230 }, # target performance_browser_tests
2231 { 2231 {
2232 # To run the tests from page_load_test.cc on Linux, we need to: 2232 # To run the tests from page_load_test.cc on Linux, we need to:
2233 # 2233 #
2234 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") 2234 # a) Run with CHROME_HEADLESS=1 to generate crash dumps.
2235 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. 2235 # b) Strip the binary if it's a debug build. (binary may be over 2GB)
2236 # c) Strip the binary if it's a debug build. (binary may be over 2GB)
2237 'target_name': 'reliability_tests', 2236 'target_name': 'reliability_tests',
2238 'type': 'executable', 2237 'type': 'executable',
2239 'dependencies': [ 2238 'dependencies': [
2240 'browser', 2239 'browser',
2241 'chrome', 2240 'chrome',
2242 'chrome_resources.gyp:theme_resources', 2241 'chrome_resources.gyp:theme_resources',
2243 'test_support_common', 2242 'test_support_common',
2244 'test_support_ui', 2243 'test_support_ui',
2245 'test_support_ui_runner', 2244 'test_support_ui_runner',
2246 '../skia/skia.gyp:skia', 2245 '../skia/skia.gyp:skia',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
3396 'utility', 3395 'utility',
3397 ], 3396 ],
3398 'sources': [ 3397 'sources': [
3399 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3398 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3400 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3399 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3401 ], 3400 ],
3402 }] 3401 }]
3403 }], 3402 }],
3404 ], # 'conditions' 3403 ], # 'conditions'
3405 } 3404 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698