| 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',
|
|
|