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

Side by Side Diff: components/password_manager.gypi

Issue 797983003: Implement AffiliationDatabase to cache affiliation information in a SQLite DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aff_fetcher
Patch Set: Addressed comments from shess@. Created 5 years, 11 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 | « components/components_tests.gyp ('k') | components/password_manager/DEPS » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/password_manager/core/browser 8 # GN version: //components/password_manager/core/browser
9 'target_name': 'password_manager_core_browser', 9 'target_name': 'password_manager_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 12 matching lines...) Expand all
23 'password_manager_core_browser_proto', 23 'password_manager_core_browser_proto',
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 # Note: sources list duplicated in GN build. 29 # Note: sources list duplicated in GN build.
30 'password_manager/core/browser/affiliation_backend.cc', 30 'password_manager/core/browser/affiliation_backend.cc',
31 'password_manager/core/browser/affiliation_backend.h', 31 'password_manager/core/browser/affiliation_backend.h',
32 'password_manager/core/browser/affiliation_fetcher_delegate.h', 32 'password_manager/core/browser/affiliation_fetcher_delegate.h',
33 'password_manager/core/browser/affiliation_database.cc',
34 'password_manager/core/browser/affiliation_database.h',
33 'password_manager/core/browser/affiliation_fetcher.cc', 35 'password_manager/core/browser/affiliation_fetcher.cc',
34 'password_manager/core/browser/affiliation_fetcher.h', 36 'password_manager/core/browser/affiliation_fetcher.h',
35 'password_manager/core/browser/affiliation_service.cc', 37 'password_manager/core/browser/affiliation_service.cc',
36 'password_manager/core/browser/affiliation_service.h', 38 'password_manager/core/browser/affiliation_service.h',
37 'password_manager/core/browser/affiliation_utils.cc', 39 'password_manager/core/browser/affiliation_utils.cc',
38 'password_manager/core/browser/affiliation_utils.h', 40 'password_manager/core/browser/affiliation_utils.h',
39 'password_manager/core/browser/browser_save_password_progress_logger.cc' , 41 'password_manager/core/browser/browser_save_password_progress_logger.cc' ,
40 'password_manager/core/browser/browser_save_password_progress_logger.h', 42 'password_manager/core/browser/browser_save_password_progress_logger.h',
41 'password_manager/core/browser/export/csv_writer.cc', 43 'password_manager/core/browser/export/csv_writer.cc',
42 'password_manager/core/browser/export/csv_writer.h', 44 'password_manager/core/browser/export/csv_writer.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'password_manager/content/browser/credential_manager_password_form_m anager.cc', 266 'password_manager/content/browser/credential_manager_password_form_m anager.cc',
265 'password_manager/content/browser/credential_manager_password_form_m anager.h', 267 'password_manager/content/browser/credential_manager_password_form_m anager.h',
266 'password_manager/content/browser/password_manager_internals_service _factory.cc', 268 'password_manager/content/browser/password_manager_internals_service _factory.cc',
267 'password_manager/content/browser/password_manager_internals_service _factory.h', 269 'password_manager/content/browser/password_manager_internals_service _factory.h',
268 ], 270 ],
269 }, 271 },
270 ], 272 ],
271 }], 273 }],
272 ], 274 ],
273 } 275 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698