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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 47023009: GTTF: always run perf tests serially (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « cc/test/run_all_perftests.cc ('k') | chrome/test/base/browser_perf_tests_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after
2049 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 2049 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
2050 'app/chrome_command_ids.h', 2050 'app/chrome_command_ids.h',
2051 'app/chrome_dll.rc', 2051 'app/chrome_dll.rc',
2052 'app/chrome_dll_resource.h', 2052 'app/chrome_dll_resource.h',
2053 'app/chrome_version.rc.version', 2053 'app/chrome_version.rc.version',
2054 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc', 2054 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc',
2055 'browser/extensions/browsertest_util.cc', 2055 'browser/extensions/browsertest_util.cc',
2056 'browser/extensions/extension_apitest.cc', 2056 'browser/extensions/extension_apitest.cc',
2057 'browser/extensions/extension_browsertest.cc', 2057 'browser/extensions/extension_browsertest.cc',
2058 'browser/extensions/extension_test_notification_observer.cc', 2058 'browser/extensions/extension_test_notification_observer.cc',
2059 'test/base/browser_tests_main.cc', 2059 'test/base/browser_perf_tests_main.cc',
2060 'test/base/chrome_render_view_test.cc', 2060 'test/base/chrome_render_view_test.cc',
2061 'test/base/chrome_render_view_test.h', 2061 'test/base/chrome_render_view_test.h',
2062 'test/perf/browser_perf_test.cc', 2062 'test/perf/browser_perf_test.cc',
2063 'test/perf/browser_perf_test.h', 2063 'test/perf/browser_perf_test.h',
2064 'test/perf/rendering/throughput_tests.cc', 2064 'test/perf/rendering/throughput_tests.cc',
2065 ], 2065 ],
2066 'rules': [ 2066 'rules': [
2067 { 2067 {
2068 'rule_name': 'js2webui', 2068 'rule_name': 'js2webui',
2069 'extension': 'js', 2069 'extension': 'js',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 'browser/sync/test/integration/sessions_helper.cc', 2513 'browser/sync/test/integration/sessions_helper.cc',
2514 'browser/sync/test/integration/sessions_helper.h', 2514 'browser/sync/test/integration/sessions_helper.h',
2515 'browser/sync/test/integration/sync_datatype_helper.cc', 2515 'browser/sync/test/integration/sync_datatype_helper.cc',
2516 'browser/sync/test/integration/sync_datatype_helper.h', 2516 'browser/sync/test/integration/sync_datatype_helper.h',
2517 'browser/sync/test/integration/sync_extension_helper.cc', 2517 'browser/sync/test/integration/sync_extension_helper.cc',
2518 'browser/sync/test/integration/sync_extension_helper.h', 2518 'browser/sync/test/integration/sync_extension_helper.h',
2519 'browser/sync/test/integration/sync_test.cc', 2519 'browser/sync/test/integration/sync_test.cc',
2520 'browser/sync/test/integration/sync_test.h', 2520 'browser/sync/test/integration/sync_test.h',
2521 'browser/sync/test/integration/typed_urls_helper.cc', 2521 'browser/sync/test/integration/typed_urls_helper.cc',
2522 'browser/sync/test/integration/typed_urls_helper.h', 2522 'browser/sync/test/integration/typed_urls_helper.h',
2523 'test/base/browser_tests_main.cc', 2523 'test/base/browser_perf_tests_main.cc',
2524 'test/data/resource.rc', 2524 'test/data/resource.rc',
2525 ], 2525 ],
2526 'conditions': [ 2526 'conditions': [
2527 ['toolkit_uses_gtk == 1', { 2527 ['toolkit_uses_gtk == 1', {
2528 'dependencies': [ 2528 'dependencies': [
2529 '../build/linux/system.gyp:gtk', 2529 '../build/linux/system.gyp:gtk',
2530 ], 2530 ],
2531 }], 2531 }],
2532 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 2532 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
2533 'dependencies': [ 2533 'dependencies': [
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
3245 'utility', 3245 'utility',
3246 ], 3246 ],
3247 'sources': [ 3247 'sources': [
3248 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3248 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3249 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3249 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3250 ], 3250 ],
3251 }] 3251 }]
3252 }], 3252 }],
3253 ], # 'conditions' 3253 ], # 'conditions'
3254 } 3254 }
OLDNEW
« no previous file with comments | « cc/test/run_all_perftests.cc ('k') | chrome/test/base/browser_perf_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698