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

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: cleaning 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index faa823ab7f7673b8903b5d539d908dc552f0bed4..860ae23a538f6839a4e7222c5692fab70cf3e8b6 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/autofill_assistant.cc',
+ 'autofill/core/browser/autofill_assistant.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"', {
@@ -296,6 +304,7 @@
'../testing/gtest.gyp:gtest',
'autofill_core_common',
'autofill_core_browser',
+ 'infobars',
'os_crypt',
'pref_registry',
'prefs/prefs.gyp:prefs',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698