| OLD | NEW |
| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 271 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
| 272 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 272 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
| 273 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 273 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
| 274 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 274 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
| 275 'browser/ui/autofill/account_chooser_model.cc', | 275 'browser/ui/autofill/account_chooser_model.cc', |
| 276 'browser/ui/autofill/account_chooser_model.h', | 276 'browser/ui/autofill/account_chooser_model.h', |
| 277 'browser/ui/autofill/autocheckout_bubble.h', | 277 'browser/ui/autofill/autocheckout_bubble.h', |
| 278 'browser/ui/autofill/autocheckout_bubble.cc', | 278 'browser/ui/autofill/autocheckout_bubble.cc', |
| 279 'browser/ui/autofill/autocheckout_bubble_controller.cc', | 279 'browser/ui/autofill/autocheckout_bubble_controller.cc', |
| 280 'browser/ui/autofill/autocheckout_bubble_controller.h', | 280 'browser/ui/autofill/autocheckout_bubble_controller.h', |
| 281 'browser/ui/autofill/autofill_credit_card_bubble.cc', | |
| 282 'browser/ui/autofill/autofill_credit_card_bubble.h', | |
| 283 'browser/ui/autofill/autofill_credit_card_bubble_controller.cc', | |
| 284 'browser/ui/autofill/autofill_credit_card_bubble_controller.h', | |
| 285 'browser/ui/autofill/autofill_dialog_controller.h', | 281 'browser/ui/autofill/autofill_dialog_controller.h', |
| 286 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 282 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
| 287 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 283 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 288 'browser/ui/autofill/autofill_dialog_models.cc', | 284 'browser/ui/autofill/autofill_dialog_models.cc', |
| 289 'browser/ui/autofill/autofill_dialog_models.h', | 285 'browser/ui/autofill/autofill_dialog_models.h', |
| 290 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', | 286 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', |
| 291 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', | 287 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', |
| 292 'browser/ui/autofill/autofill_dialog_types.cc', | 288 'browser/ui/autofill/autofill_dialog_types.cc', |
| 293 'browser/ui/autofill/autofill_dialog_types.h', | 289 'browser/ui/autofill/autofill_dialog_types.h', |
| 294 'browser/ui/autofill/autofill_dialog_view.cc', | 290 'browser/ui/autofill/autofill_dialog_view.cc', |
| 295 'browser/ui/autofill/autofill_dialog_view.h', | 291 'browser/ui/autofill/autofill_dialog_view.h', |
| 296 'browser/ui/autofill/autofill_popup_controller.h', | 292 'browser/ui/autofill/autofill_popup_controller.h', |
| 297 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 293 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| 298 'browser/ui/autofill/autofill_popup_controller_impl.h', | 294 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 299 'browser/ui/autofill/autofill_popup_view.h', | 295 'browser/ui/autofill/autofill_popup_view.h', |
| 300 'browser/ui/autofill/country_combobox_model.cc', | 296 'browser/ui/autofill/country_combobox_model.cc', |
| 301 'browser/ui/autofill/country_combobox_model.h', | 297 'browser/ui/autofill/country_combobox_model.h', |
| 302 'browser/ui/autofill/data_model_wrapper.cc', | 298 'browser/ui/autofill/data_model_wrapper.cc', |
| 303 'browser/ui/autofill/data_model_wrapper.h', | 299 'browser/ui/autofill/data_model_wrapper.h', |
| 300 'browser/ui/autofill/generated_credit_card_bubble.cc', |
| 301 'browser/ui/autofill/generated_credit_card_bubble.h', |
| 302 'browser/ui/autofill/generated_credit_card_bubble_controller.cc', |
| 303 'browser/ui/autofill/generated_credit_card_bubble_controller.h', |
| 304 'browser/ui/autofill/new_credit_card_bubble.cc', |
| 305 'browser/ui/autofill/new_credit_card_bubble.h', |
| 306 'browser/ui/autofill/new_credit_card_bubble_controller.cc', |
| 307 'browser/ui/autofill/new_credit_card_bubble_controller.h', |
| 304 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 308 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
| 305 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 309 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
| 306 'browser/ui/auto_login_infobar_delegate.cc', | 310 'browser/ui/auto_login_infobar_delegate.cc', |
| 307 'browser/ui/auto_login_infobar_delegate.h', | 311 'browser/ui/auto_login_infobar_delegate.h', |
| 308 'browser/ui/auto_login_infobar_delegate_android.h', | 312 'browser/ui/auto_login_infobar_delegate_android.h', |
| 309 'browser/ui/auto_login_prompter.cc', | 313 'browser/ui/auto_login_prompter.cc', |
| 310 'browser/ui/auto_login_prompter.h', | 314 'browser/ui/auto_login_prompter.h', |
| 311 'browser/ui/blocked_content/blocked_content_container.cc', | 315 'browser/ui/blocked_content/blocked_content_container.cc', |
| 312 'browser/ui/blocked_content/blocked_content_container.h', | 316 'browser/ui/blocked_content/blocked_content_container.h', |
| 313 'browser/ui/blocked_content/blocked_content_tab_helper.cc', | 317 'browser/ui/blocked_content/blocked_content_tab_helper.cc', |
| (...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1530 'browser/ui/views/accessibility/invert_bubble_view.h', | 1534 'browser/ui/views/accessibility/invert_bubble_view.h', |
| 1531 'browser/ui/views/app_menu_button_win.cc', | 1535 'browser/ui/views/app_menu_button_win.cc', |
| 1532 'browser/ui/views/app_menu_button_win.h', | 1536 'browser/ui/views/app_menu_button_win.h', |
| 1533 'browser/ui/views/app_list/app_list_controller_win.cc', | 1537 'browser/ui/views/app_list/app_list_controller_win.cc', |
| 1534 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', | 1538 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', |
| 1535 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', | 1539 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', |
| 1536 'browser/ui/views/ash/tab_scrubber.h', | 1540 'browser/ui/views/ash/tab_scrubber.h', |
| 1537 'browser/ui/views/ash/tab_scrubber.cc', | 1541 'browser/ui/views/ash/tab_scrubber.cc', |
| 1538 'browser/ui/views/autofill/autocheckout_bubble_views.cc', | 1542 'browser/ui/views/autofill/autocheckout_bubble_views.cc', |
| 1539 'browser/ui/views/autofill/autocheckout_bubble_views.h', | 1543 'browser/ui/views/autofill/autocheckout_bubble_views.h', |
| 1540 'browser/ui/views/autofill/autofill_credit_card_bubble_views.cc', | |
| 1541 'browser/ui/views/autofill/autofill_credit_card_bubble_views.h', | |
| 1542 'browser/ui/views/autofill/autofill_dialog_views.cc', | 1544 'browser/ui/views/autofill/autofill_dialog_views.cc', |
| 1543 'browser/ui/views/autofill/autofill_dialog_views.h', | 1545 'browser/ui/views/autofill/autofill_dialog_views.h', |
| 1544 'browser/ui/views/autofill/autofill_popup_view_views.cc', | 1546 'browser/ui/views/autofill/autofill_popup_view_views.cc', |
| 1545 'browser/ui/views/autofill/autofill_popup_view_views.h', | 1547 'browser/ui/views/autofill/autofill_popup_view_views.h', |
| 1548 'browser/ui/views/autofill/generated_credit_card_bubble_views.cc', |
| 1549 'browser/ui/views/autofill/generated_credit_card_bubble_views.h', |
| 1550 'browser/ui/views/autofill/new_credit_card_bubble_views.cc', |
| 1551 'browser/ui/views/autofill/new_credit_card_bubble_views.h', |
| 1546 'browser/ui/views/autofill/decorated_textfield.cc', | 1552 'browser/ui/views/autofill/decorated_textfield.cc', |
| 1547 'browser/ui/views/autofill/decorated_textfield.h', | 1553 'browser/ui/views/autofill/decorated_textfield.h', |
| 1548 'browser/ui/views/avatar_menu_bubble_view.cc', | 1554 'browser/ui/views/avatar_menu_bubble_view.cc', |
| 1549 'browser/ui/views/avatar_menu_bubble_view.h', | 1555 'browser/ui/views/avatar_menu_bubble_view.h', |
| 1550 'browser/ui/views/avatar_menu_button.cc', | 1556 'browser/ui/views/avatar_menu_button.cc', |
| 1551 'browser/ui/views/avatar_menu_button.h', | 1557 'browser/ui/views/avatar_menu_button.h', |
| 1552 'browser/ui/views/avatar_label.cc', | 1558 'browser/ui/views/avatar_label.cc', |
| 1553 'browser/ui/views/avatar_label.cc', | 1559 'browser/ui/views/avatar_label.cc', |
| 1554 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', | 1560 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', |
| 1555 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', | 1561 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.h', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 'browser/ui/views/infobars/translate_infobar_base.cc', | 1774 'browser/ui/views/infobars/translate_infobar_base.cc', |
| 1769 'browser/ui/views/infobars/translate_infobar_base.h', | 1775 'browser/ui/views/infobars/translate_infobar_base.h', |
| 1770 'browser/ui/views/infobars/translate_language_menu_model.cc', | 1776 'browser/ui/views/infobars/translate_language_menu_model.cc', |
| 1771 'browser/ui/views/infobars/translate_language_menu_model.h', | 1777 'browser/ui/views/infobars/translate_language_menu_model.h', |
| 1772 'browser/ui/views/infobars/translate_message_infobar.cc', | 1778 'browser/ui/views/infobars/translate_message_infobar.cc', |
| 1773 'browser/ui/views/infobars/translate_message_infobar.h', | 1779 'browser/ui/views/infobars/translate_message_infobar.h', |
| 1774 'browser/ui/views/javascript_app_modal_dialog_views.cc', | 1780 'browser/ui/views/javascript_app_modal_dialog_views.cc', |
| 1775 'browser/ui/views/javascript_app_modal_dialog_views.h', | 1781 'browser/ui/views/javascript_app_modal_dialog_views.h', |
| 1776 'browser/ui/views/load_complete_listener.cc', | 1782 'browser/ui/views/load_complete_listener.cc', |
| 1777 'browser/ui/views/load_complete_listener.h', | 1783 'browser/ui/views/load_complete_listener.h', |
| 1778 'browser/ui/views/location_bar/autofill_credit_card_view.cc', | 1784 'browser/ui/views/location_bar/generated_credit_card_view.cc', |
| 1779 'browser/ui/views/location_bar/autofill_credit_card_view.h', | 1785 'browser/ui/views/location_bar/generated_credit_card_view.h', |
| 1780 'browser/ui/views/location_bar/content_setting_image_view.cc', | 1786 'browser/ui/views/location_bar/content_setting_image_view.cc', |
| 1781 'browser/ui/views/location_bar/content_setting_image_view.h', | 1787 'browser/ui/views/location_bar/content_setting_image_view.h', |
| 1782 'browser/ui/views/location_bar/ev_bubble_view.cc', | 1788 'browser/ui/views/location_bar/ev_bubble_view.cc', |
| 1783 'browser/ui/views/location_bar/ev_bubble_view.h', | 1789 'browser/ui/views/location_bar/ev_bubble_view.h', |
| 1784 'browser/ui/views/location_bar/icon_label_bubble_view.cc', | 1790 'browser/ui/views/location_bar/icon_label_bubble_view.cc', |
| 1785 'browser/ui/views/location_bar/icon_label_bubble_view.h', | 1791 'browser/ui/views/location_bar/icon_label_bubble_view.h', |
| 1786 'browser/ui/views/location_bar/keyword_hint_view.cc', | 1792 'browser/ui/views/location_bar/keyword_hint_view.cc', |
| 1787 'browser/ui/views/location_bar/keyword_hint_view.h', | 1793 'browser/ui/views/location_bar/keyword_hint_view.h', |
| 1788 'browser/ui/views/location_bar/location_bar_decoration_view.cc', | 1794 'browser/ui/views/location_bar/location_bar_decoration_view.cc', |
| 1789 'browser/ui/views/location_bar/location_bar_decoration_view.h', | 1795 'browser/ui/views/location_bar/location_bar_decoration_view.h', |
| (...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3081 ['enable_webrtc==0', { | 3087 ['enable_webrtc==0', { |
| 3082 'sources!': [ | 3088 'sources!': [ |
| 3083 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3089 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 3084 'browser/ui/webui/media/webrtc_logs_ui.h', | 3090 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 3085 ], | 3091 ], |
| 3086 }], | 3092 }], |
| 3087 ], | 3093 ], |
| 3088 }, | 3094 }, |
| 3089 ], | 3095 ], |
| 3090 } | 3096 } |
| OLD | NEW |