| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index e7d126c0add908ae83d691678a9825a03813c3df..d8e687feb9bff7187467d57d4cc3f112729037ae 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.gypi
|
| @@ -276,10 +276,6 @@
|
| 'browser/ui/autofill/autocheckout_bubble.cc',
|
| 'browser/ui/autofill/autocheckout_bubble_controller.cc',
|
| 'browser/ui/autofill/autocheckout_bubble_controller.h',
|
| - 'browser/ui/autofill/autofill_credit_card_bubble.cc',
|
| - 'browser/ui/autofill/autofill_credit_card_bubble.h',
|
| - 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc',
|
| - 'browser/ui/autofill/autofill_credit_card_bubble_controller.h',
|
| 'browser/ui/autofill/autofill_dialog_common.cc',
|
| 'browser/ui/autofill/autofill_dialog_common.h',
|
| 'browser/ui/autofill/autofill_dialog_controller.cc',
|
| @@ -303,6 +299,14 @@
|
| 'browser/ui/autofill/country_combobox_model.h',
|
| 'browser/ui/autofill/data_model_wrapper.cc',
|
| 'browser/ui/autofill/data_model_wrapper.h',
|
| + 'browser/ui/autofill/generated_credit_card_bubble_view.cc',
|
| + 'browser/ui/autofill/generated_credit_card_bubble_view.h',
|
| + 'browser/ui/autofill/generated_credit_card_bubble_controller.cc',
|
| + 'browser/ui/autofill/generated_credit_card_bubble_controller.h',
|
| + 'browser/ui/autofill/new_credit_card_bubble_view.cc',
|
| + 'browser/ui/autofill/new_credit_card_bubble_view.h',
|
| + 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
|
| + 'browser/ui/autofill/new_credit_card_bubble_controller.h',
|
| 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
|
| 'browser/ui/autofill/tab_autofill_manager_delegate.h',
|
| 'browser/ui/auto_login_infobar_delegate.cc',
|
| @@ -1545,12 +1549,14 @@
|
| 'browser/ui/views/ash/tab_scrubber.cc',
|
| 'browser/ui/views/autofill/autocheckout_bubble_views.cc',
|
| 'browser/ui/views/autofill/autocheckout_bubble_views.h',
|
| - 'browser/ui/views/autofill/autofill_credit_card_bubble_views.cc',
|
| - 'browser/ui/views/autofill/autofill_credit_card_bubble_views.h',
|
| 'browser/ui/views/autofill/autofill_dialog_views.cc',
|
| 'browser/ui/views/autofill/autofill_dialog_views.h',
|
| 'browser/ui/views/autofill/autofill_popup_view_views.cc',
|
| 'browser/ui/views/autofill/autofill_popup_view_views.h',
|
| + 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc',
|
| + 'browser/ui/views/autofill/generated_credit_card_bubble_views.h',
|
| + 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
|
| + 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
|
| 'browser/ui/views/autofill/decorated_textfield.cc',
|
| 'browser/ui/views/autofill/decorated_textfield.h',
|
| 'browser/ui/views/avatar_menu_bubble_view.cc',
|
| @@ -1785,8 +1791,8 @@
|
| 'browser/ui/views/javascript_app_modal_dialog_views.h',
|
| 'browser/ui/views/load_complete_listener.cc',
|
| 'browser/ui/views/load_complete_listener.h',
|
| - 'browser/ui/views/location_bar/autofill_credit_card_view.cc',
|
| - 'browser/ui/views/location_bar/autofill_credit_card_view.h',
|
| + 'browser/ui/views/location_bar/generated_credit_card_view.cc',
|
| + 'browser/ui/views/location_bar/generated_credit_card_view.h',
|
| 'browser/ui/views/location_bar/content_setting_image_view.cc',
|
| 'browser/ui/views/location_bar/content_setting_image_view.h',
|
| 'browser/ui/views/location_bar/ev_bubble_view.cc',
|
| @@ -2888,6 +2894,7 @@
|
| 'browser/ui/window_sizer/window_sizer.h',
|
| ],
|
| 'sources/': [
|
| + ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'],
|
| ['exclude', '^browser/ui/content_settings/'],
|
| ['exclude', '^browser/ui/omnibox/'],
|
| ['exclude', '^browser/ui/panels/'],
|
|
|