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

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: bool fix 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..a05c78097bc6ffe658976d2299acdab136e6c3f4 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -109,6 +109,8 @@
'autofill/core/browser/address_rewriter.cc',
'autofill/core/browser/address_rewriter.h',
'autofill/core/browser/address_rewriter_rules.cc',
+ 'autofill/core/browser/assist_manager.cc',
+ 'autofill/core/browser/assist_manager.h',
'autofill/core/browser/autocomplete_history_manager.cc',
'autofill/core/browser/autocomplete_history_manager.h',
'autofill/core/browser/autofill-inl.h',
@@ -256,6 +258,9 @@
}],
['OS=="ios" or OS=="android"', {
'sources': [
+ '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',
please use gerrit instead 2016/07/29 16:33:20 These sources are not yet used on iOS. Is it wise
Mathieu 2016/07/29 20:19:17 Moved to android only block along with assist_mana
'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