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

Unified Diff: components/autofill.gypi

Issue 1137513002: Autofill: Add WalletIntegrationAvailable() to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Change pointer params to const ref. Add newline. Created 5 years, 7 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 283881ce56399d8b612a179ddc2d1b8cb10a56d2..c8406d4a0b383e744a11e883dc39ae4273a9d076 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -162,6 +162,8 @@
'autofill/core/browser/form_structure.h',
'autofill/core/browser/name_field.cc',
'autofill/core/browser/name_field.h',
+ 'autofill/core/browser/options_util.cc',
+ 'autofill/core/browser/options_util.h',
'autofill/core/browser/password_generator.cc',
'autofill/core/browser/password_generator.h',
'autofill/core/browser/personal_data_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698