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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp'd 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/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/'],
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698