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

Unified Diff: components/autofill/core/browser/BUILD.gn

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/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index ce5b85d21040381eeb28d2fafaf559fe42a9ba0f..9d8978326861746c0e341a51e994a285e900fb46 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -60,6 +60,8 @@ source_set("browser") {
"autofill_sync_constants.h",
"autofill_type.cc",
"autofill_type.h",
+ "autofill_wallet_data_type_controller.cc",
+ "autofill_wallet_data_type_controller.h",
"autofill_xml_parser.cc",
"autofill_xml_parser.h",
"card_unmask_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698