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

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: Rebase. 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 15f982afea3ac1589d6f70cc6ff287ed07247780..97a8cc0b24b03a6c3381fa881d835f4258d534b4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2151,6 +2151,18 @@
['exclude', '^renderer/safe_browsing/'],
],
}],
+ ['enable_autofill_dialog!=1 or OS=="android"', {
+ 'sources!': [
+ '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',
+ 'browser/ui/autofill/mock_autofill_dialog_view_delegate.cc',
+ 'browser/ui/autofill/mock_autofill_dialog_view_delegate.h',
+ 'browser/ui/autofill/test_autofill_credit_card_bubble.cc',
+ 'browser/ui/autofill/test_autofill_credit_card_bubble.h',
+ ],
+ }],
['enable_automation!=1', {
'sources/': [
['exclude', '^browser/automation/'],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698