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

Unified Diff: components/autofill.gypi

Issue 1540423004: Add card details and legal message to Android save credit card infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compiles Created 4 years, 11 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 5d07ed2b830bbbf7b6605ee7e1070eda7c0136b5..5c21eda5d8a7a9510896e5e1a832b3e9c252666c 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -168,6 +168,8 @@
'autofill/core/browser/form_group.h',
'autofill/core/browser/form_structure.cc',
'autofill/core/browser/form_structure.h',
+ 'autofill/core/browser/legal_message_line.cc',
+ 'autofill/core/browser/legal_message_line.h',
'autofill/core/browser/name_field.cc',
'autofill/core/browser/name_field.h',
'autofill/core/browser/options_util.cc',
@@ -237,6 +239,13 @@
'autofill/core/browser/keyboard_accessory_metrics_logger.h',
'autofill/core/browser/keyboard_accessory_metrics_logger.mm',
],
+ }],
+ ['OS=="ios" or OS=="android"', {
+ 'sources': [
+ 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc',
+ 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h',
+ 'autofill/core/browser/autofill_save_card_infobar_mobile.h',
+ ],
}]
],
},

Powered by Google App Engine
This is Rietveld 408576698