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

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: Just rebased 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/password_manager.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'password_manager/core/browser/password_form_manager_unittest.cc', 390 'password_manager/core/browser/password_form_manager_unittest.cc',
391 'password_manager/core/browser/password_generation_manager_unittest.cc', 391 'password_manager/core/browser/password_generation_manager_unittest.cc',
392 'password_manager/core/browser/password_manager_metrics_util_unittest.cc', 392 'password_manager/core/browser/password_manager_metrics_util_unittest.cc',
393 'password_manager/core/browser/password_manager_unittest.cc', 393 'password_manager/core/browser/password_manager_unittest.cc',
394 'password_manager/core/browser/password_store_default_unittest.cc', 394 'password_manager/core/browser/password_store_default_unittest.cc',
395 'password_manager/core/browser/password_store_unittest.cc', 395 'password_manager/core/browser/password_store_unittest.cc',
396 'password_manager/core/browser/password_syncable_service_unittest.cc', 396 'password_manager/core/browser/password_syncable_service_unittest.cc',
397 'password_manager/core/browser/psl_matching_helper_unittest.cc', 397 'password_manager/core/browser/psl_matching_helper_unittest.cc',
398 'password_manager/core/browser/statistics_table_unittest.cc', 398 'password_manager/core/browser/statistics_table_unittest.cc',
399 'password_manager/core/common/credential_manager_types_unittest.cc', 399 'password_manager/core/common/credential_manager_types_unittest.cc',
400 'password_manager/sync/browser/sync_store_result_filter_unittest.cc',
400 ], 401 ],
401 'policy_unittest_sources': [ 402 'policy_unittest_sources': [
402 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' , 403 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' ,
403 'policy/core/browser/android/policy_converter_unittest.cc', 404 'policy/core/browser/android/policy_converter_unittest.cc',
404 'policy/core/browser/autofill_policy_handler_unittest.cc', 405 'policy/core/browser/autofill_policy_handler_unittest.cc',
405 'policy/core/browser/browser_policy_connector_unittest.cc', 406 'policy/core/browser/browser_policy_connector_unittest.cc',
406 'policy/core/browser/configuration_policy_handler_unittest.cc', 407 'policy/core/browser/configuration_policy_handler_unittest.cc',
407 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 408 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
408 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 409 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
409 'policy/core/common/async_policy_provider_unittest.cc', 410 'policy/core/common/async_policy_provider_unittest.cc',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'components.gyp:metrics_profiler', 857 'components.gyp:metrics_profiler',
857 'components.gyp:metrics_test_support', 858 'components.gyp:metrics_test_support',
858 'components.gyp:network_time', 859 'components.gyp:network_time',
859 'components.gyp:offline_pages', 860 'components.gyp:offline_pages',
860 'components.gyp:omnibox_browser', 861 'components.gyp:omnibox_browser',
861 'components.gyp:omnibox_test_support', 862 'components.gyp:omnibox_test_support',
862 'components.gyp:os_crypt', 863 'components.gyp:os_crypt',
863 'components.gyp:packed_ct_ev_whitelist', 864 'components.gyp:packed_ct_ev_whitelist',
864 'components.gyp:password_manager_core_browser', 865 'components.gyp:password_manager_core_browser',
865 'components.gyp:password_manager_core_browser_test_support', 866 'components.gyp:password_manager_core_browser_test_support',
867 'components.gyp:password_manager_sync_browser',
866 'components.gyp:precache_core', 868 'components.gyp:precache_core',
867 'components.gyp:pref_registry_test_support', 869 'components.gyp:pref_registry_test_support',
868 'components.gyp:proxy_config', 870 'components.gyp:proxy_config',
869 'components.gyp:query_parser', 871 'components.gyp:query_parser',
870 'components.gyp:rappor', 872 'components.gyp:rappor',
871 'components.gyp:rappor_test_support', 873 'components.gyp:rappor_test_support',
872 'components.gyp:search', 874 'components.gyp:search',
873 'components.gyp:search_engines', 875 'components.gyp:search_engines',
874 'components.gyp:search_engines_test_support', 876 'components.gyp:search_engines_test_support',
875 'components.gyp:search_provider_logos', 877 'components.gyp:search_provider_logos',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 'invalidation/impl/android/junit/', 1586 'invalidation/impl/android/junit/',
1585 'policy/android/junit/' 1587 'policy/android/junit/'
1586 ], 1588 ],
1587 }, 1589 },
1588 'includes': [ '../build/host_jar.gypi' ], 1590 'includes': [ '../build/host_jar.gypi' ],
1589 }, 1591 },
1590 ], 1592 ],
1591 }], 1593 }],
1592 ], 1594 ],
1593 } 1595 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698