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

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: . 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
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 501573ea7189e88219d536e6f27420b0b582252f..e9b16fbc0b3721e0423b388d8da7cf0f4fc88172 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',
@@ -1541,12 +1537,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 +1779,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',
@@ -2904,6 +2902,17 @@
['exclude', '^browser/ui/webui/sync_promo'],
['exclude', '^browser/ui/webui/uber'],
],
+ }, { # OS!="android"
+ 'sources': [
+ 'browser/ui/autofill/generated_credit_card_bubble_view.cc',
Lei Zhang 2013/08/09 04:51:57 Same as the test gypi file.
Dan Beam 2013/08/09 18:56:54 Done.
+ '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',
+ ],
}],
['OS=="mac"', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698