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

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: removed CreateCreditCardFillingInfoBar from interface Created 4 years, 4 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..b881188ee620a493ca769585b090085093fa8f39 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -252,6 +252,14 @@
'sources': [
'autofill/core/browser/keyboard_accessory_metrics_logger.h',
'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_credit_card_filling_infobar_delegate_mobile.cc',
+ 'autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h',
],
}],
['OS=="ios" or OS=="android"', {
@@ -290,6 +298,7 @@
'../testing/gtest.gyp:gtest',
'autofill_core_common',
'autofill_core_browser',
+ 'infobars',
'os_crypt',
'pref_registry',
'prefs/prefs.gyp:prefs',

Powered by Google App Engine
This is Rietveld 408576698