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

Side by Side Diff: components/password_manager.gypi

Issue 246253014: Remove friend classes from PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 7 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 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 'target_name': 'password_manager_core_browser', 8 'target_name': 'password_manager_core_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 29 matching lines...) Expand all
40 'password_manager/core/browser/password_manager_logger.h', 40 'password_manager/core/browser/password_manager_logger.h',
41 'password_manager/core/browser/password_manager_metrics_util.cc', 41 'password_manager/core/browser/password_manager_metrics_util.cc',
42 'password_manager/core/browser/password_manager_metrics_util.h', 42 'password_manager/core/browser/password_manager_metrics_util.h',
43 'password_manager/core/browser/password_store.cc', 43 'password_manager/core/browser/password_store.cc',
44 'password_manager/core/browser/password_store.h', 44 'password_manager/core/browser/password_store.h',
45 'password_manager/core/browser/password_store_change.h', 45 'password_manager/core/browser/password_store_change.h',
46 'password_manager/core/browser/password_store_consumer.cc', 46 'password_manager/core/browser/password_store_consumer.cc',
47 'password_manager/core/browser/password_store_consumer.h', 47 'password_manager/core/browser/password_store_consumer.h',
48 'password_manager/core/browser/password_store_default.cc', 48 'password_manager/core/browser/password_store_default.cc',
49 'password_manager/core/browser/password_store_default.h', 49 'password_manager/core/browser/password_store_default.h',
50 'password_manager/core/browser/password_store_sync.cc',
51 'password_manager/core/browser/password_store_sync.h',
50 'password_manager/core/browser/psl_matching_helper.cc', 52 'password_manager/core/browser/psl_matching_helper.cc',
51 'password_manager/core/browser/psl_matching_helper.h', 53 'password_manager/core/browser/psl_matching_helper.h',
52 ], 54 ],
53 'variables': { 55 'variables': {
54 'conditions': [ 56 'conditions': [
55 ['android_webview_build == 1', { 57 ['android_webview_build == 1', {
56 # Android WebView doesn't support sync. 58 # Android WebView doesn't support sync.
57 'password_manager_enable_sync%': 0, 59 'password_manager_enable_sync%': 0,
58 }, { 60 }, {
59 'password_manager_enable_sync%': 1, 61 'password_manager_enable_sync%': 1,
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ], 152 ],
151 'sources': [ 153 'sources': [
152 'password_manager/content/browser/content_password_manager_driver.cc ', 154 'password_manager/content/browser/content_password_manager_driver.cc ',
153 'password_manager/content/browser/content_password_manager_driver.h' , 155 'password_manager/content/browser/content_password_manager_driver.h' ,
154 ], 156 ],
155 }, 157 },
156 ], 158 ],
157 }], 159 }],
158 ], 160 ],
159 } 161 }
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.cc ('k') | components/password_manager/core/browser/mock_password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698