Chromium Code Reviews| Index: chrome/chrome_browser_ui.gypi |
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
| index 501573ea7189e88219d536e6f27420b0b582252f..02b359f4480c45ab497bb7d109315c15cf5c970d 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_controller_impl.cc', |
| 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 'browser/ui/autofill/autofill_dialog_models.cc', |
| @@ -299,6 +295,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', |
| @@ -1541,12 +1545,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', |
| @@ -1781,8 +1787,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', |
| @@ -2880,6 +2886,7 @@ |
| 'browser/ui/window_sizer/window_sizer.h', |
| ], |
| 'sources/': [ |
| + ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], |
|
Dan Beam
2013/08/09 23:30:22
thestig@: ^ this fixed, thanks for your help
|
| ['exclude', '^browser/ui/content_settings/'], |
| ['exclude', '^browser/ui/omnibox/'], |
| ['exclude', '^browser/ui/panels/'], |