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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 772513004: Add new E2E sync multi profiles tests. This should not affect any existing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile issues Created 5 years, 11 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/sync/test/integration/two_client_e2e_test.cc ('k') | no next file » | 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 1304 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
1305 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ', 1305 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ',
1306 'browser/sync/test/integration/sync_auth_test.cc', 1306 'browser/sync/test/integration/sync_auth_test.cc',
1307 'browser/sync/test/integration/sync_errors_test.cc', 1307 'browser/sync/test/integration/sync_errors_test.cc',
1308 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1308 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1309 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1309 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1310 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1310 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1311 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1311 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1312 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1312 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1313 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1313 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1314 'browser/sync/test/integration/two_client_e2e_test.cc',
1314 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1315 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1315 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1316 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1316 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1317 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1317 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1318 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1318 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1319 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1319 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1320 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1320 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1321 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1321 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1322 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1322 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', 1323 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
1323 ], 1324 ],
(...skipping 17 matching lines...) Expand all
1341 'browser/sync/test/integration/migration_waiter.cc', 1342 'browser/sync/test/integration/migration_waiter.cc',
1342 'browser/sync/test/integration/migration_waiter.h', 1343 'browser/sync/test/integration/migration_waiter.h',
1343 'browser/sync/test/integration/migration_watcher.cc', 1344 'browser/sync/test/integration/migration_watcher.cc',
1344 'browser/sync/test/integration/migration_watcher.h', 1345 'browser/sync/test/integration/migration_watcher.h',
1345 'browser/sync/test/integration/multi_client_status_change_checker.cc', 1346 'browser/sync/test/integration/multi_client_status_change_checker.cc',
1346 'browser/sync/test/integration/multi_client_status_change_checker.h', 1347 'browser/sync/test/integration/multi_client_status_change_checker.h',
1347 'browser/sync/test/integration/passwords_helper.cc', 1348 'browser/sync/test/integration/passwords_helper.cc',
1348 'browser/sync/test/integration/passwords_helper.h', 1349 'browser/sync/test/integration/passwords_helper.h',
1349 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', 1350 'browser/sync/test/integration/p2p_invalidation_forwarder.cc',
1350 'browser/sync/test/integration/p2p_invalidation_forwarder.h', 1351 'browser/sync/test/integration/p2p_invalidation_forwarder.h',
1352 'browser/sync/test/integration/p2p_sync_refresher.cc',
1353 'browser/sync/test/integration/p2p_sync_refresher.h',
1351 'browser/sync/test/integration/preferences_helper.cc', 1354 'browser/sync/test/integration/preferences_helper.cc',
1352 'browser/sync/test/integration/preferences_helper.h', 1355 'browser/sync/test/integration/preferences_helper.h',
1353 'browser/sync/test/integration/profile_sync_service_harness.cc', 1356 'browser/sync/test/integration/profile_sync_service_harness.cc',
1354 'browser/sync/test/integration/profile_sync_service_harness.h', 1357 'browser/sync/test/integration/profile_sync_service_harness.h',
1355 'browser/sync/test/integration/quiesce_status_change_checker.cc', 1358 'browser/sync/test/integration/quiesce_status_change_checker.cc',
1356 'browser/sync/test/integration/quiesce_status_change_checker.h', 1359 'browser/sync/test/integration/quiesce_status_change_checker.h',
1357 'browser/sync/test/integration/retry_verifier.cc', 1360 'browser/sync/test/integration/retry_verifier.cc',
1358 'browser/sync/test/integration/retry_verifier.h', 1361 'browser/sync/test/integration/retry_verifier.h',
1359 'browser/sync/test/integration/search_engines_helper.cc', 1362 'browser/sync/test/integration/search_engines_helper.cc',
1360 'browser/sync/test/integration/search_engines_helper.h', 1363 'browser/sync/test/integration/search_engines_helper.h',
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 ['enable_webrtc==1', { 3260 ['enable_webrtc==1', {
3258 'dependencies': [ 3261 'dependencies': [
3259 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3262 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3260 ] 3263 ]
3261 }], 3264 }],
3262 ], 3265 ],
3263 }] 3266 }]
3264 }], 3267 }],
3265 ], # 'conditions' 3268 ], # 'conditions'
3266 } 3269 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_e2e_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698