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

Unified Diff: components/autofill.gypi

Issue 974323002: Componentize autofill dialog common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 e8c6d1531daa1d7860c50b6e69d181e890b493fe..ea16a7bc04a6a53461a056e412499c548e71b354 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -186,6 +186,10 @@
'autofill/core/browser/state_names.h',
'autofill/core/browser/suggestion.cc',
'autofill/core/browser/suggestion.h',
+ 'autofill/core/browser/ui/autofill_dialog_common.cc',
+ 'autofill/core/browser/ui/autofill_dialog_common.h',
+ 'autofill/core/browser/ui/autofill_dialog_types.cc',
+ 'autofill/core/browser/ui/autofill_dialog_types.h',
'autofill/core/browser/validation.cc',
'autofill/core/browser/validation.h',
'autofill/core/browser/wallet/real_pan_wallet_client.cc',
@@ -246,8 +250,13 @@
'autofill/core/browser/webdata/autofill_wallet_syncable_service.h',
],
}],
+ ['enable_autofill_dialog==0', {
+ 'sources!': [
+ 'autofill/core/browser/ui/autofill_dialog_common.cc',
+ 'autofill/core/browser/ui/autofill_dialog_common.h',
+ ],
+ }],
],
-
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},

Powered by Google App Engine
This is Rietveld 408576698