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

Unified Diff: components/autofill.gypi

Issue 1373573003: [Sync] Componentize AutofillWalletDataTypeController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing gyp dep. Created 5 years, 2 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/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index c13ad099a06197d971198857c06cfc623d268583..348e36533eda9b12f53e7b649647f1d651eae087 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -95,6 +95,7 @@
'rappor',
'signin_core_browser',
'signin_core_common',
+ 'sync_driver',
'variations_http_provider',
'webdata_common',
],
@@ -143,6 +144,8 @@
'autofill/core/browser/autofill_sync_constants.h',
'autofill/core/browser/autofill_type.cc',
'autofill/core/browser/autofill_type.h',
+ 'autofill/core/browser/autofill_wallet_data_type_controller.cc',
+ 'autofill/core/browser/autofill_wallet_data_type_controller.h',
'autofill/core/browser/autofill_xml_parser.cc',
'autofill/core/browser/autofill_xml_parser.h',
'autofill/core/browser/card_unmask_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698