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

Unified Diff: components/password_manager.gypi

Issue 192633002: Move ContentAutofillDriver to the PasswordManager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/password_manager/content/DEPS » ('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 2c7debdf14812154d4914307f0c879ce13ccc4e6..748536b90b67f412652d51c4ab4773e0da4530a7 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -124,4 +124,32 @@
],
},
],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'targets': [
+ {
+ 'target_name': 'password_manager_content_browser',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'autofill_content_browser',
+ 'autofill_content_common',
+ 'autofill_core_common',
+ 'password_manager_core_browser',
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
+ '../ipc/ipc.gyp:ipc',
+ '../net/net.gyp:net',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'password_manager/content/browser/content_password_manager_driver.cc',
+ 'password_manager/content/browser/content_password_manager_driver.h',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/password_manager/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698