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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1256803002: [Smart Lock, Prefs reconciliation] Prefs migration logic for desktop platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add guard Created 5 years, 3 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
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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'sync_integration_tests_sources': [ 1396 'sync_integration_tests_sources': [
1397 'app/chrome_command_ids.h', 1397 'app/chrome_command_ids.h',
1398 'app/chrome_dll.rc', 1398 'app/chrome_dll.rc',
1399 'app/chrome_dll_resource.h', 1399 'app/chrome_dll_resource.h',
1400 'app/chrome_version.rc.version', 1400 'app/chrome_version.rc.version',
1401 'browser/sync/test/integration/cross_platform_sync_test.cc', 1401 'browser/sync/test/integration/cross_platform_sync_test.cc',
1402 'browser/sync/test/integration/enable_disable_test.cc', 1402 'browser/sync/test/integration/enable_disable_test.cc',
1403 'browser/sync/test/integration/migration_test.cc', 1403 'browser/sync/test/integration/migration_test.cc',
1404 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 1404 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
1405 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', 1405 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc',
1406 'browser/sync/test/integration/multiple_client_password_manager_setting_mi grater_service_sync_test.cc',
1406 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 1407 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
1407 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc', 1408 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc',
1408 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 1409 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
1409 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', 1410 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
1410 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 1411 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
1411 'browser/sync/test/integration/single_client_apps_sync_test.cc', 1412 'browser/sync/test/integration/single_client_apps_sync_test.cc',
1412 'browser/sync/test/integration/single_client_backup_rollback_test.cc', 1413 'browser/sync/test/integration/single_client_backup_rollback_test.cc',
1413 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 1414 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
1414 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 1415 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
1415 'browser/sync/test/integration/single_client_directory_sync_test.cc', 1416 'browser/sync/test/integration/single_client_directory_sync_test.cc',
1416 'browser/sync/test/integration/single_client_e2e_test.cc', 1417 'browser/sync/test/integration/single_client_e2e_test.cc',
1417 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 1418 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
1419 'browser/sync/test/integration/single_client_password_manager_setting_migr ater_service_sync_test.cc',
1418 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 1420 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
1419 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 1421 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
1420 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', 1422 'browser/sync/test/integration/single_client_search_engines_sync_test.cc',
1421 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 1423 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
1422 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc', 1424 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc',
1423 'browser/sync/test/integration/single_client_themes_sync_test.cc', 1425 'browser/sync/test/integration/single_client_themes_sync_test.cc',
1424 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 1426 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
1425 'browser/sync/test/integration/single_client_wallet_sync_test.cc', 1427 'browser/sync/test/integration/single_client_wallet_sync_test.cc',
1426 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ', 1428 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ',
1427 'browser/sync/test/integration/sync_auth_test.cc', 1429 'browser/sync/test/integration/sync_auth_test.cc',
1428 'browser/sync/test/integration/sync_errors_test.cc', 1430 'browser/sync/test/integration/sync_errors_test.cc',
1429 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1431 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1430 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1432 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1431 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1433 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1432 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1434 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1433 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1435 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1434 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1436 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1435 'browser/sync/test/integration/two_client_e2e_test.cc', 1437 'browser/sync/test/integration/two_client_e2e_test.cc',
1436 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1438 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1437 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1439 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1440 'browser/sync/test/integration/two_client_password_manager_setting_migrate r_service_sync_test.cc',
1438 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1441 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1439 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1442 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1440 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1443 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1441 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1444 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1442 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1445 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1443 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1446 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1444 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', 1447 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
1445 'test/base/browser_tests_main.cc', 1448 'test/base/browser_tests_main.cc',
1446 'test/data/resource.rc', 1449 'test/data/resource.rc',
1447 ], 1450 ],
(...skipping 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after
3349 'utility', 3352 'utility',
3350 ], 3353 ],
3351 'sources': [ 3354 'sources': [
3352 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3355 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3353 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3356 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3354 ], 3357 ],
3355 }] 3358 }]
3356 }], 3359 }],
3357 ], # 'conditions' 3360 ], # 'conditions'
3358 } 3361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698