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

Unified Diff: components/password_manager.gypi

Issue 1260263002: Move ShouldFilterAutofillResult from ChromePasswordManagerClient to PasswordManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac fix Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 83e3a66d49817aec2fad4d6f25e04664494ddaf1..1c698800594bfc229aa20fde1ae5c2a939a60656 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -103,6 +103,7 @@
'password_manager/core/browser/psl_matching_helper.h',
'password_manager/core/browser/statistics_table.cc',
'password_manager/core/browser/statistics_table.h',
+ 'password_manager/core/browser/store_result_filter.h',
'password_manager/core/browser/test_affiliation_fetcher_factory.h',
'password_manager/core/browser/webdata/logins_table.cc',
'password_manager/core/browser/webdata/logins_table.h',
@@ -191,6 +192,26 @@
'password_manager/core/common/password_manager_ui.h',
],
},
+ {
+ # GN version: //components/password_manager/sync/browser
+ 'target_name': 'password_manager_sync_browser',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../google_apis/google_apis.gyp:google_apis',
+ '../net/net.gyp:net',
+ 'autofill_core_common',
+ 'password_manager_core_browser',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'password_manager/sync/browser/sync_store_result_filter.cc',
+ 'password_manager/sync/browser/sync_store_result_filter.h',
+ ],
+ },
],
'conditions': [
['OS != "ios"', {

Powered by Google App Engine
This is Rietveld 408576698