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

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: 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 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 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2226 '../base/allocator/allocator.gyp:allocator', 2226 '../base/allocator/allocator.gyp:allocator',
2227 ], 2227 ],
2228 }], 2228 }],
2229 ], 2229 ],
2230 }], 2230 }],
2231 ], # conditions 2231 ], # conditions
2232 }, # target performance_browser_tests 2232 }, # target performance_browser_tests
2233 { 2233 {
2234 # To run the tests from page_load_test.cc on Linux, we need to: 2234 # To run the tests from page_load_test.cc on Linux, we need to:
2235 # 2235 #
2236 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") 2236 # a) Run with CHROME_HEADLESS=1 to generate crash dumps.
2237 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. 2237 # b) Strip the binary if it's a debug build. (binary may be over 2GB)
2238 # c) Strip the binary if it's a debug build. (binary may be over 2GB)
2239 'target_name': 'reliability_tests', 2238 'target_name': 'reliability_tests',
2240 'type': 'executable', 2239 'type': 'executable',
2241 'dependencies': [ 2240 'dependencies': [
2242 'browser', 2241 'browser',
2243 'chrome', 2242 'chrome',
2244 'chrome_resources.gyp:theme_resources', 2243 'chrome_resources.gyp:theme_resources',
2245 'test_support_common', 2244 'test_support_common',
2246 'test_support_ui', 2245 'test_support_ui',
2247 'test_support_ui_runner', 2246 'test_support_ui_runner',
2248 '../skia/skia.gyp:skia', 2247 '../skia/skia.gyp:skia',
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3383 'utility', 3382 'utility',
3384 ], 3383 ],
3385 'sources': [ 3384 'sources': [
3386 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3385 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3387 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3386 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3388 ], 3387 ],
3389 }] 3388 }]
3390 }], 3389 }],
3391 ], # 'conditions' 3390 ], # 'conditions'
3392 } 3391 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698