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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 22623002: Extract AutofillDialogController interface and common utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed irrelevant tests. Created 7 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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 79f7a731d737037a05ece53a7cae6c14554a7635..f2703691780bb1fbe972726d5397653da8d82a3a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2496,6 +2496,13 @@
'browser/user_style_sheet_watcher_unittest.cc',
+ # The autofill dialog is implemented in mostly native code on
+ # Android.
+ 'browser/ui/autofill/account_chooser_model_unittest.cc',
+ 'browser/ui/autofill/autocheckout_bubble_controller_unittest.cc',
+ 'browser/ui/autofill/autofill_credit_card_bubble_controller_unittest.cc',
+ 'browser/ui/autofill/autofill_dialog_controller_unittest.cc',
+
# The autofill popup is implemented in mostly native code on
# Android.
'browser/ui/autofill/autofill_popup_controller_unittest.cc',
« chrome/browser/ui/autofill/autofill_dialog_controller.cc ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698