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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2210573002: browser_test: Add a browser_tests_runner target for running tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/test/BUILD.gn » ('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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1514 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1515 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1515 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1516 'browser/sync/test/integration/two_client_password_manager_setting_migrato r_service_sync_test.cc', 1516 'browser/sync/test/integration/two_client_password_manager_setting_migrato r_service_sync_test.cc',
1517 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1517 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1518 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1518 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1519 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1519 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1520 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1520 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1521 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1521 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1522 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1522 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1523 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', 1523 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
1524 'test/base/browser_tests_main.cc',
1525 'test/data/resource.rc', 1524 'test/data/resource.rc',
1526 ], 1525 ],
1527 'test_support_sync_integration_sources': [ 1526 'test_support_sync_integration_sources': [
1528 'browser/sync/test/integration/apps_helper.cc', 1527 'browser/sync/test/integration/apps_helper.cc',
1529 'browser/sync/test/integration/apps_helper.h', 1528 'browser/sync/test/integration/apps_helper.h',
1530 'browser/sync/test/integration/autofill_helper.cc', 1529 'browser/sync/test/integration/autofill_helper.cc',
1531 'browser/sync/test/integration/autofill_helper.h', 1530 'browser/sync/test/integration/autofill_helper.h',
1532 'browser/sync/test/integration/await_match_status_change_checker.cc', 1531 'browser/sync/test/integration/await_match_status_change_checker.cc',
1533 'browser/sync/test/integration/await_match_status_change_checker.h', 1532 'browser/sync/test/integration/await_match_status_change_checker.h',
1534 'browser/sync/test/integration/bookmarks_helper.cc', 1533 'browser/sync/test/integration/bookmarks_helper.cc',
(...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after
3593 'browser', 3592 'browser',
3594 ], 3593 ],
3595 'sources': [ 3594 'sources': [
3596 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3595 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3597 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3596 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3598 ], 3597 ],
3599 }] 3598 }]
3600 }], 3599 }],
3601 ], # 'conditions' 3600 ], # 'conditions'
3602 } 3601 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698