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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 269 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
270 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 270 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
271 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 271 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
272 'browser/ui/aura/tabs/dock_info_aurax11.cc', 272 'browser/ui/aura/tabs/dock_info_aurax11.cc',
273 'browser/ui/autofill/account_chooser_model.cc', 273 'browser/ui/autofill/account_chooser_model.cc',
274 'browser/ui/autofill/account_chooser_model.h', 274 'browser/ui/autofill/account_chooser_model.h',
275 'browser/ui/autofill/autocheckout_bubble.h', 275 'browser/ui/autofill/autocheckout_bubble.h',
276 'browser/ui/autofill/autocheckout_bubble.cc', 276 'browser/ui/autofill/autocheckout_bubble.cc',
277 'browser/ui/autofill/autocheckout_bubble_controller.cc', 277 'browser/ui/autofill/autocheckout_bubble_controller.cc',
278 'browser/ui/autofill/autocheckout_bubble_controller.h', 278 'browser/ui/autofill/autocheckout_bubble_controller.h',
279 'browser/ui/autofill/autofill_credit_card_bubble.cc',
280 'browser/ui/autofill/autofill_credit_card_bubble.h',
281 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc',
282 'browser/ui/autofill/autofill_credit_card_bubble_controller.h',
283 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 279 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
284 'browser/ui/autofill/autofill_dialog_controller_impl.h', 280 'browser/ui/autofill/autofill_dialog_controller_impl.h',
285 'browser/ui/autofill/autofill_dialog_models.cc', 281 'browser/ui/autofill/autofill_dialog_models.cc',
286 'browser/ui/autofill/autofill_dialog_models.h', 282 'browser/ui/autofill/autofill_dialog_models.h',
287 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', 283 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
288 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', 284 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h',
289 'browser/ui/autofill/autofill_dialog_types.cc', 285 'browser/ui/autofill/autofill_dialog_types.cc',
290 'browser/ui/autofill/autofill_dialog_types.h', 286 'browser/ui/autofill/autofill_dialog_types.h',
291 'browser/ui/autofill/autofill_dialog_view.cc', 287 'browser/ui/autofill/autofill_dialog_view.cc',
292 'browser/ui/autofill/autofill_dialog_view.h', 288 'browser/ui/autofill/autofill_dialog_view.h',
293 'browser/ui/autofill/autofill_dialog_view_delegate.h', 289 'browser/ui/autofill/autofill_dialog_view_delegate.h',
294 'browser/ui/autofill/autofill_popup_controller.h', 290 'browser/ui/autofill/autofill_popup_controller.h',
295 'browser/ui/autofill/autofill_popup_controller_impl.cc', 291 'browser/ui/autofill/autofill_popup_controller_impl.cc',
296 'browser/ui/autofill/autofill_popup_controller_impl.h', 292 'browser/ui/autofill/autofill_popup_controller_impl.h',
297 'browser/ui/autofill/autofill_popup_view.h', 293 'browser/ui/autofill/autofill_popup_view.h',
298 'browser/ui/autofill/country_combobox_model.cc', 294 'browser/ui/autofill/country_combobox_model.cc',
299 'browser/ui/autofill/country_combobox_model.h', 295 'browser/ui/autofill/country_combobox_model.h',
300 'browser/ui/autofill/data_model_wrapper.cc', 296 'browser/ui/autofill/data_model_wrapper.cc',
301 'browser/ui/autofill/data_model_wrapper.h', 297 'browser/ui/autofill/data_model_wrapper.h',
298 'browser/ui/autofill/generated_credit_card_bubble_view.cc',
299 'browser/ui/autofill/generated_credit_card_bubble_view.h',
300 'browser/ui/autofill/generated_credit_card_bubble_controller.cc',
301 'browser/ui/autofill/generated_credit_card_bubble_controller.h',
302 'browser/ui/autofill/new_credit_card_bubble_view.cc',
303 'browser/ui/autofill/new_credit_card_bubble_view.h',
304 'browser/ui/autofill/new_credit_card_bubble_controller.cc',
305 'browser/ui/autofill/new_credit_card_bubble_controller.h',
302 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 306 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
303 'browser/ui/autofill/tab_autofill_manager_delegate.h', 307 'browser/ui/autofill/tab_autofill_manager_delegate.h',
304 'browser/ui/auto_login_infobar_delegate.cc', 308 'browser/ui/auto_login_infobar_delegate.cc',
305 'browser/ui/auto_login_infobar_delegate.h', 309 'browser/ui/auto_login_infobar_delegate.h',
306 'browser/ui/auto_login_infobar_delegate_android.h', 310 'browser/ui/auto_login_infobar_delegate_android.h',
307 'browser/ui/auto_login_prompter.cc', 311 'browser/ui/auto_login_prompter.cc',
308 'browser/ui/auto_login_prompter.h', 312 'browser/ui/auto_login_prompter.h',
309 'browser/ui/blocked_content/blocked_content_container.cc', 313 'browser/ui/blocked_content/blocked_content_container.cc',
310 'browser/ui/blocked_content/blocked_content_container.h', 314 'browser/ui/blocked_content/blocked_content_container.h',
311 'browser/ui/blocked_content/blocked_content_tab_helper.cc', 315 'browser/ui/blocked_content/blocked_content_tab_helper.cc',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 'browser/ui/views/app_list/app_list_controller_win.cc', 1538 'browser/ui/views/app_list/app_list_controller_win.cc',
1535 'browser/ui/views/apps/chrome_shell_window_delegate_views.cc', 1539 'browser/ui/views/apps/chrome_shell_window_delegate_views.cc',
1536 'browser/ui/views/apps/native_app_window_views.cc', 1540 'browser/ui/views/apps/native_app_window_views.cc',
1537 'browser/ui/views/apps/native_app_window_views.h', 1541 'browser/ui/views/apps/native_app_window_views.h',
1538 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 1542 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
1539 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 1543 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
1540 'browser/ui/views/ash/tab_scrubber.h', 1544 'browser/ui/views/ash/tab_scrubber.h',
1541 'browser/ui/views/ash/tab_scrubber.cc', 1545 'browser/ui/views/ash/tab_scrubber.cc',
1542 'browser/ui/views/autofill/autocheckout_bubble_views.cc', 1546 'browser/ui/views/autofill/autocheckout_bubble_views.cc',
1543 'browser/ui/views/autofill/autocheckout_bubble_views.h', 1547 'browser/ui/views/autofill/autocheckout_bubble_views.h',
1544 'browser/ui/views/autofill/autofill_credit_card_bubble_views.cc',
1545 'browser/ui/views/autofill/autofill_credit_card_bubble_views.h',
1546 'browser/ui/views/autofill/autofill_dialog_views.cc', 1548 'browser/ui/views/autofill/autofill_dialog_views.cc',
1547 'browser/ui/views/autofill/autofill_dialog_views.h', 1549 'browser/ui/views/autofill/autofill_dialog_views.h',
1548 'browser/ui/views/autofill/autofill_popup_view_views.cc', 1550 'browser/ui/views/autofill/autofill_popup_view_views.cc',
1549 'browser/ui/views/autofill/autofill_popup_view_views.h', 1551 'browser/ui/views/autofill/autofill_popup_view_views.h',
1552 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc',
1553 'browser/ui/views/autofill/generated_credit_card_bubble_views.h',
1554 'browser/ui/views/autofill/new_credit_card_bubble_views.cc',
1555 'browser/ui/views/autofill/new_credit_card_bubble_views.h',
1550 'browser/ui/views/autofill/decorated_textfield.cc', 1556 'browser/ui/views/autofill/decorated_textfield.cc',
1551 'browser/ui/views/autofill/decorated_textfield.h', 1557 'browser/ui/views/autofill/decorated_textfield.h',
1552 'browser/ui/views/avatar_menu_bubble_view.cc', 1558 'browser/ui/views/avatar_menu_bubble_view.cc',
1553 'browser/ui/views/avatar_menu_bubble_view.h', 1559 'browser/ui/views/avatar_menu_bubble_view.h',
1554 'browser/ui/views/avatar_menu_button.cc', 1560 'browser/ui/views/avatar_menu_button.cc',
1555 'browser/ui/views/avatar_menu_button.h', 1561 'browser/ui/views/avatar_menu_button.h',
1556 'browser/ui/views/avatar_label.cc', 1562 'browser/ui/views/avatar_label.cc',
1557 'browser/ui/views/avatar_label.cc', 1563 'browser/ui/views/avatar_label.cc',
1558 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 1564 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
1559 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', 1565 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'browser/ui/views/infobars/translate_infobar_base.cc', 1780 'browser/ui/views/infobars/translate_infobar_base.cc',
1775 'browser/ui/views/infobars/translate_infobar_base.h', 1781 'browser/ui/views/infobars/translate_infobar_base.h',
1776 'browser/ui/views/infobars/translate_language_menu_model.cc', 1782 'browser/ui/views/infobars/translate_language_menu_model.cc',
1777 'browser/ui/views/infobars/translate_language_menu_model.h', 1783 'browser/ui/views/infobars/translate_language_menu_model.h',
1778 'browser/ui/views/infobars/translate_message_infobar.cc', 1784 'browser/ui/views/infobars/translate_message_infobar.cc',
1779 'browser/ui/views/infobars/translate_message_infobar.h', 1785 'browser/ui/views/infobars/translate_message_infobar.h',
1780 'browser/ui/views/javascript_app_modal_dialog_views.cc', 1786 'browser/ui/views/javascript_app_modal_dialog_views.cc',
1781 'browser/ui/views/javascript_app_modal_dialog_views.h', 1787 'browser/ui/views/javascript_app_modal_dialog_views.h',
1782 'browser/ui/views/load_complete_listener.cc', 1788 'browser/ui/views/load_complete_listener.cc',
1783 'browser/ui/views/load_complete_listener.h', 1789 'browser/ui/views/load_complete_listener.h',
1784 'browser/ui/views/location_bar/autofill_credit_card_view.cc', 1790 'browser/ui/views/location_bar/generated_credit_card_view.cc',
1785 'browser/ui/views/location_bar/autofill_credit_card_view.h', 1791 'browser/ui/views/location_bar/generated_credit_card_view.h',
1786 'browser/ui/views/location_bar/content_setting_image_view.cc', 1792 'browser/ui/views/location_bar/content_setting_image_view.cc',
1787 'browser/ui/views/location_bar/content_setting_image_view.h', 1793 'browser/ui/views/location_bar/content_setting_image_view.h',
1788 'browser/ui/views/location_bar/ev_bubble_view.cc', 1794 'browser/ui/views/location_bar/ev_bubble_view.cc',
1789 'browser/ui/views/location_bar/ev_bubble_view.h', 1795 'browser/ui/views/location_bar/ev_bubble_view.h',
1790 'browser/ui/views/location_bar/icon_label_bubble_view.cc', 1796 'browser/ui/views/location_bar/icon_label_bubble_view.cc',
1791 'browser/ui/views/location_bar/icon_label_bubble_view.h', 1797 'browser/ui/views/location_bar/icon_label_bubble_view.h',
1792 'browser/ui/views/location_bar/keyword_hint_view.cc', 1798 'browser/ui/views/location_bar/keyword_hint_view.cc',
1793 'browser/ui/views/location_bar/keyword_hint_view.h', 1799 'browser/ui/views/location_bar/keyword_hint_view.h',
1794 'browser/ui/views/location_bar/location_bar_decoration_view.cc', 1800 'browser/ui/views/location_bar/location_bar_decoration_view.cc',
1795 'browser/ui/views/location_bar/location_bar_decoration_view.h', 1801 'browser/ui/views/location_bar/location_bar_decoration_view.h',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 'browser/ui/webui/plugins_ui.cc', 2879 'browser/ui/webui/plugins_ui.cc',
2874 'browser/ui/webui/plugins_ui.h', 2880 'browser/ui/webui/plugins_ui.h',
2875 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc' , 2881 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc' ,
2876 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h', 2882 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h',
2877 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.cc', 2883 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.cc',
2878 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.h', 2884 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.h',
2879 'browser/ui/window_sizer/window_sizer.cc', 2885 'browser/ui/window_sizer/window_sizer.cc',
2880 'browser/ui/window_sizer/window_sizer.h', 2886 'browser/ui/window_sizer/window_sizer.h',
2881 ], 2887 ],
2882 'sources/': [ 2888 'sources/': [
2889 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'],
Dan Beam 2013/08/09 23:30:22 thestig@: ^ this fixed, thanks for your help
2883 ['exclude', '^browser/ui/content_settings/'], 2890 ['exclude', '^browser/ui/content_settings/'],
2884 ['exclude', '^browser/ui/omnibox/'], 2891 ['exclude', '^browser/ui/omnibox/'],
2885 ['exclude', '^browser/ui/panels/'], 2892 ['exclude', '^browser/ui/panels/'],
2886 ['exclude', '^browser/ui/pdf/'], 2893 ['exclude', '^browser/ui/pdf/'],
2887 ['exclude', '^browser/ui/startup/'], 2894 ['exclude', '^browser/ui/startup/'],
2888 ['exclude', '^browser/ui/tabs/'], 2895 ['exclude', '^browser/ui/tabs/'],
2889 ['include', '^browser/ui/tabs/tab_utils\\.(cc|h)$'], 2896 ['include', '^browser/ui/tabs/tab_utils\\.(cc|h)$'],
2890 ['exclude', '^browser/ui/toolbar/'], 2897 ['exclude', '^browser/ui/toolbar/'],
2891 ['include', '^browser/ui/toolbar/toolbar_model\\.(cc|h)$'], 2898 ['include', '^browser/ui/toolbar/toolbar_model\\.(cc|h)$'],
2892 ['include', '^browser/ui/toolbar/toolbar_model_delegate\\.(cc|h)$'], 2899 ['include', '^browser/ui/toolbar/toolbar_model_delegate\\.(cc|h)$'],
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 ['enable_webrtc==0', { 3099 ['enable_webrtc==0', {
3093 'sources!': [ 3100 'sources!': [
3094 'browser/ui/webui/media/webrtc_logs_ui.cc', 3101 'browser/ui/webui/media/webrtc_logs_ui.cc',
3095 'browser/ui/webui/media/webrtc_logs_ui.h', 3102 'browser/ui/webui/media/webrtc_logs_ui.h',
3096 ], 3103 ],
3097 }], 3104 }],
3098 ], 3105 ],
3099 }, 3106 },
3100 ], 3107 ],
3101 } 3108 }
OLDNEW
« 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