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

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: nits Created 6 years 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
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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 'browser/sync/test/integration/single_client_themes_sync_test.cc', 1250 'browser/sync/test/integration/single_client_themes_sync_test.cc',
1251 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 1251 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
1252 'browser/sync/test/integration/sync_auth_test.cc', 1252 'browser/sync/test/integration/sync_auth_test.cc',
1253 'browser/sync/test/integration/sync_errors_test.cc', 1253 'browser/sync/test/integration/sync_errors_test.cc',
1254 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1254 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1255 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1255 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1256 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1256 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1257 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1257 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1258 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1258 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1259 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1259 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1260 'browser/sync/test/integration/two_client_e2e_test.cc',
1260 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1261 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1261 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1262 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1262 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1263 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1263 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1264 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1264 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1265 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1265 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1266 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1266 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1267 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1267 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1268 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1268 ], 1269 ],
1269 'test_support_sync_integration_sources': [ 1270 'test_support_sync_integration_sources': [
(...skipping 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after
3215 ['enable_webrtc==1', { 3216 ['enable_webrtc==1', {
3216 'dependencies': [ 3217 'dependencies': [
3217 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3218 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3218 ] 3219 ]
3219 }], 3220 }],
3220 ], 3221 ],
3221 }] 3222 }]
3222 }], 3223 }],
3223 ], # 'conditions' 3224 ], # 'conditions'
3224 } 3225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698