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

Unified Diff: components/autofill.gypi

Issue 2026353002: [Autofill] Credit Card Assist Infobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed more comments Created 4 years, 5 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 ef32405458ca6d00b8e70c736176beb2e635f312..ba3816a29b3351888950ab0bda7685e39bb7503b 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -254,8 +254,18 @@
'autofill/core/browser/keyboard_accessory_metrics_logger.mm',
],
}],
+ ['OS=="android"', {
+ 'sources': [
+ 'autofill/core/browser/assist_manager.cc',
+ 'autofill/core/browser/assist_manager.h',
+ 'autofill/core/browser/autofill_assist_infobar_delegate_mobile.cc',
+ 'autofill/core/browser/autofill_assist_infobar_delegate_mobile.h',
+ 'autofill/core/browser/autofill_assist_infobar_mobile.h',
+ ],
+ }],
['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