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

Unified Diff: components/password_manager.gypi

Issue 1237403003: [Password manager IOS upsteaming] Upstreaming login database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/core/browser/login_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 8db288e8cf7ad2cd1b5cb5370b33086fd2765f78..6e941e5ca5de58b914c671bcca32fa22d547805b 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -68,6 +68,7 @@
'password_manager/core/browser/log_router.h',
'password_manager/core/browser/login_database.cc',
'password_manager/core/browser/login_database.h',
+ 'password_manager/core/browser/login_database_ios.cc',
'password_manager/core/browser/login_database_mac.cc',
'password_manager/core/browser/login_database_posix.cc',
'password_manager/core/browser/login_database_win.cc',
@@ -125,10 +126,13 @@
'password_manager/core/browser/webdata/password_web_data_service_win.h',
],
'conditions': [
+ ['OS=="ios"', {
+ 'sources!': [
+ 'password_manager/core/browser/login_database_posix.cc',
+ ],
+ }],
['OS=="mac"', {
'sources!': [
- # TODO(blundell): Provide the iOS login DB implementation and then
- # also exclude the POSIX one from iOS. http://crbug.com/341429
'password_manager/core/browser/login_database_posix.cc',
],
}],
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/core/browser/login_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698