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

Side by Side Diff: components/components_tests.gyp

Issue 216183008: Password manager internals page: Introduce logger in browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final comments addressed Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'autofill/core/browser/phone_field_unittest.cc', 56 'autofill/core/browser/phone_field_unittest.cc',
57 'autofill/core/browser/phone_number_i18n_unittest.cc', 57 'autofill/core/browser/phone_number_i18n_unittest.cc',
58 'autofill/core/browser/phone_number_unittest.cc', 58 'autofill/core/browser/phone_number_unittest.cc',
59 'autofill/core/browser/validation_unittest.cc', 59 'autofill/core/browser/validation_unittest.cc',
60 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni ttest.cc', 60 'autofill/core/browser/webdata/autofill_profile_syncable_service_uni ttest.cc',
61 'autofill/core/browser/webdata/autofill_table_unittest.cc', 61 'autofill/core/browser/webdata/autofill_table_unittest.cc',
62 'autofill/core/browser/webdata/web_data_service_unittest.cc', 62 'autofill/core/browser/webdata/web_data_service_unittest.cc',
63 'autofill/core/common/form_data_unittest.cc', 63 'autofill/core/common/form_data_unittest.cc',
64 'autofill/core/common/form_field_data_unittest.cc', 64 'autofill/core/common/form_field_data_unittest.cc',
65 'autofill/core/common/password_form_fill_data_unittest.cc', 65 'autofill/core/common/password_form_fill_data_unittest.cc',
66 'autofill/core/common/save_password_progress_logger_unittest.cc',
66 'cloud_devices/printer_description_unittest.cc', 67 'cloud_devices/printer_description_unittest.cc',
67 'dom_distiller/core/article_entry_unittest.cc', 68 'dom_distiller/core/article_entry_unittest.cc',
68 'dom_distiller/core/distiller_unittest.cc', 69 'dom_distiller/core/distiller_unittest.cc',
69 'dom_distiller/core/distiller_url_fetcher_unittest.cc', 70 'dom_distiller/core/distiller_url_fetcher_unittest.cc',
70 'dom_distiller/core/dom_distiller_database_unittest.cc', 71 'dom_distiller/core/dom_distiller_database_unittest.cc',
71 'dom_distiller/core/dom_distiller_model_unittest.cc', 72 'dom_distiller/core/dom_distiller_model_unittest.cc',
72 'dom_distiller/core/dom_distiller_service_unittest.cc', 73 'dom_distiller/core/dom_distiller_service_unittest.cc',
73 'dom_distiller/core/dom_distiller_store_unittest.cc', 74 'dom_distiller/core/dom_distiller_store_unittest.cc',
74 'dom_distiller/core/task_tracker_unittest.cc', 75 'dom_distiller/core/task_tracker_unittest.cc',
75 'dom_distiller/core/url_utils_unittest.cc', 76 'dom_distiller/core/url_utils_unittest.cc',
76 'domain_reliability/context_unittest.cc', 77 'domain_reliability/context_unittest.cc',
77 'domain_reliability/dispatcher_unittest.cc', 78 'domain_reliability/dispatcher_unittest.cc',
78 'domain_reliability/monitor_unittest.cc', 79 'domain_reliability/monitor_unittest.cc',
79 'domain_reliability/scheduler_unittest.cc', 80 'domain_reliability/scheduler_unittest.cc',
80 'domain_reliability/test_util.cc', 81 'domain_reliability/test_util.cc',
81 'domain_reliability/test_util.h', 82 'domain_reliability/test_util.h',
82 'domain_reliability/uploader_unittest.cc', 83 'domain_reliability/uploader_unittest.cc',
83 'domain_reliability/util_unittest.cc', 84 'domain_reliability/util_unittest.cc',
84 'json_schema/json_schema_validator_unittest.cc', 85 'json_schema/json_schema_validator_unittest.cc',
85 'json_schema/json_schema_validator_unittest_base.cc', 86 'json_schema/json_schema_validator_unittest_base.cc',
86 'json_schema/json_schema_validator_unittest_base.h', 87 'json_schema/json_schema_validator_unittest_base.h',
87 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 88 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
88 'keyed_service/core/dependency_graph_unittest.cc', 89 'keyed_service/core/dependency_graph_unittest.cc',
89 'language_usage_metrics/language_usage_metrics_unittest.cc', 90 'language_usage_metrics/language_usage_metrics_unittest.cc',
90 'metrics/metrics_hashes_unittest.cc', 91 'metrics/metrics_hashes_unittest.cc',
91 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 92 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
92 'os_crypt/ie7_password_win_unittest.cc', 93 'os_crypt/ie7_password_win_unittest.cc',
93 'os_crypt/keychain_password_mac_unittest.mm', 94 'os_crypt/keychain_password_mac_unittest.mm',
94 'os_crypt/os_crypt_unittest.cc', 95 'os_crypt/os_crypt_unittest.cc',
96 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
95 'password_manager/core/browser/login_database_unittest.cc', 97 'password_manager/core/browser/login_database_unittest.cc',
96 'password_manager/core/browser/password_form_manager_unittest.cc', 98 'password_manager/core/browser/password_form_manager_unittest.cc',
97 'password_manager/core/browser/password_generation_manager_unittest. cc', 99 'password_manager/core/browser/password_generation_manager_unittest. cc',
98 'password_manager/core/browser/password_manager_unittest.cc', 100 'password_manager/core/browser/password_manager_unittest.cc',
99 'password_manager/core/browser/password_store_default_unittest.cc', 101 'password_manager/core/browser/password_store_default_unittest.cc',
100 'password_manager/core/browser/password_store_unittest.cc', 102 'password_manager/core/browser/password_store_unittest.cc',
101 'password_manager/core/browser/password_syncable_service_unittest.cc ', 103 'password_manager/core/browser/password_syncable_service_unittest.cc ',
102 'password_manager/core/browser/psl_matching_helper_unittest.cc', 104 'password_manager/core/browser/psl_matching_helper_unittest.cc',
103 'precache/content/precache_manager_unittest.cc', 105 'precache/content/precache_manager_unittest.cc',
104 'precache/core/precache_database_unittest.cc', 106 'precache/core/precache_database_unittest.cc',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'dependencies': [ 627 'dependencies': [
626 '../base/allocator/allocator.gyp:allocator', 628 '../base/allocator/allocator.gyp:allocator',
627 ], 629 ],
628 }], 630 }],
629 ], 631 ],
630 }, 632 },
631 ], 633 ],
632 }], 634 }],
633 ], 635 ],
634 } 636 }
OLDNEW
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger_unittest.cc ('k') | components/password_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698