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

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: 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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 'browser/sync/test/integration/sync_errors_test.cc', 1415 'browser/sync/test/integration/sync_errors_test.cc',
1416 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1416 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1417 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1417 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1418 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1418 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1419 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1419 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1420 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1420 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1421 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1421 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1422 'browser/sync/test/integration/two_client_e2e_test.cc', 1422 'browser/sync/test/integration/two_client_e2e_test.cc',
1423 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1423 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1424 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1424 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1425 'browser/sync/test/integration/two_client_password_manager_setting_migrate r_service_sync_test.cc',
1425 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1426 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1426 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1427 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1427 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1428 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1428 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1429 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1429 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1430 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1430 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1431 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1431 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc', 1432 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
1432 'test/base/browser_tests_main.cc', 1433 'test/base/browser_tests_main.cc',
1433 'test/data/resource.rc', 1434 'test/data/resource.rc',
1434 ], 1435 ],
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 'utility', 3377 'utility',
3377 ], 3378 ],
3378 'sources': [ 3379 'sources': [
3379 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3380 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3380 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3381 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3381 ], 3382 ],
3382 }] 3383 }]
3383 }], 3384 }],
3384 ], # 'conditions' 3385 ], # 'conditions'
3385 } 3386 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698