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

Side by Side Diff: components/components_tests.gyp

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First version with sync layer, IsSyncCredential TODO still pending Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'password_manager/core/browser/password_form_manager_unittest.cc', 389 'password_manager/core/browser/password_form_manager_unittest.cc',
390 'password_manager/core/browser/password_generation_manager_unittest.cc', 390 'password_manager/core/browser/password_generation_manager_unittest.cc',
391 'password_manager/core/browser/password_manager_metrics_util_unittest.cc', 391 'password_manager/core/browser/password_manager_metrics_util_unittest.cc',
392 'password_manager/core/browser/password_manager_unittest.cc', 392 'password_manager/core/browser/password_manager_unittest.cc',
393 'password_manager/core/browser/password_store_default_unittest.cc', 393 'password_manager/core/browser/password_store_default_unittest.cc',
394 'password_manager/core/browser/password_store_unittest.cc', 394 'password_manager/core/browser/password_store_unittest.cc',
395 'password_manager/core/browser/password_syncable_service_unittest.cc', 395 'password_manager/core/browser/password_syncable_service_unittest.cc',
396 'password_manager/core/browser/psl_matching_helper_unittest.cc', 396 'password_manager/core/browser/psl_matching_helper_unittest.cc',
397 'password_manager/core/browser/statistics_table_unittest.cc', 397 'password_manager/core/browser/statistics_table_unittest.cc',
398 'password_manager/core/common/credential_manager_types_unittest.cc', 398 'password_manager/core/common/credential_manager_types_unittest.cc',
399 'password_manager/sync/browser/sync_store_result_filter_unittest.cc',
399 ], 400 ],
400 'policy_unittest_sources': [ 401 'policy_unittest_sources': [
401 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' , 402 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' ,
402 'policy/core/browser/android/policy_converter_unittest.cc', 403 'policy/core/browser/android/policy_converter_unittest.cc',
403 'policy/core/browser/autofill_policy_handler_unittest.cc', 404 'policy/core/browser/autofill_policy_handler_unittest.cc',
404 'policy/core/browser/browser_policy_connector_unittest.cc', 405 'policy/core/browser/browser_policy_connector_unittest.cc',
405 'policy/core/browser/configuration_policy_handler_unittest.cc', 406 'policy/core/browser/configuration_policy_handler_unittest.cc',
406 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 407 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
407 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 408 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
408 'policy/core/common/async_policy_provider_unittest.cc', 409 'policy/core/common/async_policy_provider_unittest.cc',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 'components.gyp:metrics_net', 850 'components.gyp:metrics_net',
850 'components.gyp:metrics_profiler', 851 'components.gyp:metrics_profiler',
851 'components.gyp:metrics_test_support', 852 'components.gyp:metrics_test_support',
852 'components.gyp:network_time', 853 'components.gyp:network_time',
853 'components.gyp:offline_pages', 854 'components.gyp:offline_pages',
854 'components.gyp:omnibox_browser', 855 'components.gyp:omnibox_browser',
855 'components.gyp:omnibox_test_support', 856 'components.gyp:omnibox_test_support',
856 'components.gyp:os_crypt', 857 'components.gyp:os_crypt',
857 'components.gyp:packed_ct_ev_whitelist', 858 'components.gyp:packed_ct_ev_whitelist',
858 'components.gyp:password_manager_core_browser', 859 'components.gyp:password_manager_core_browser',
859 'components.gyp:password_manager_core_browser',
860 'components.gyp:password_manager_core_browser_test_support', 860 'components.gyp:password_manager_core_browser_test_support',
861 'components.gyp:password_manager_sync_browser',
861 'components.gyp:precache_core', 862 'components.gyp:precache_core',
862 'components.gyp:pref_registry_test_support', 863 'components.gyp:pref_registry_test_support',
863 'components.gyp:proxy_config', 864 'components.gyp:proxy_config',
864 'components.gyp:query_parser', 865 'components.gyp:query_parser',
865 'components.gyp:rappor', 866 'components.gyp:rappor',
866 'components.gyp:rappor_test_support', 867 'components.gyp:rappor_test_support',
867 'components.gyp:search', 868 'components.gyp:search',
868 'components.gyp:search_engines', 869 'components.gyp:search_engines',
869 'components.gyp:search_engines_test_support', 870 'components.gyp:search_engines_test_support',
870 'components.gyp:search_provider_logos', 871 'components.gyp:search_provider_logos',
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'invalidation/impl/android/junit/', 1578 'invalidation/impl/android/junit/',
1578 'policy/android/junit/' 1579 'policy/android/junit/'
1579 ], 1580 ],
1580 }, 1581 },
1581 'includes': [ '../build/host_jar.gypi' ], 1582 'includes': [ '../build/host_jar.gypi' ],
1582 }, 1583 },
1583 ], 1584 ],
1584 }], 1585 }],
1585 ], 1586 ],
1586 } 1587 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698