| 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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2806 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 2806 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 2807 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 2807 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| 2808 'browser/ui/webui/ntp/ntp_login_handler.cc', | 2808 'browser/ui/webui/ntp/ntp_login_handler.cc', |
| 2809 'browser/ui/webui/ntp/ntp_login_handler.h', | 2809 'browser/ui/webui/ntp/ntp_login_handler.h', |
| 2810 'browser/ui/webui/sync_setup_handler.cc', | 2810 'browser/ui/webui/sync_setup_handler.cc', |
| 2811 'browser/ui/webui/sync_setup_handler.h', | 2811 'browser/ui/webui/sync_setup_handler.h', |
| 2812 | 2812 |
| 2813 # There's no Browser/BrowserList on Android. | 2813 # There's no Browser/BrowserList on Android. |
| 2814 'browser/ui/active_tab_tracker.cc', | 2814 'browser/ui/active_tab_tracker.cc', |
| 2815 'browser/ui/active_tab_tracker.h', | 2815 'browser/ui/active_tab_tracker.h', |
| 2816 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', | |
| 2817 'browser/ui/blocked_content/popup_blocker_tab_helper.h', | |
| 2818 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', | 2816 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', |
| 2819 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', | 2817 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', |
| 2820 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', | 2818 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', |
| 2821 'browser/ui/bookmarks/bookmark_prompt_controller.cc', | 2819 'browser/ui/bookmarks/bookmark_prompt_controller.cc', |
| 2822 'browser/ui/browser.cc', | 2820 'browser/ui/browser.cc', |
| 2823 'browser/ui/browser_command_controller.cc', | 2821 'browser/ui/browser_command_controller.cc', |
| 2824 'browser/ui/browser_finder.cc', | 2822 'browser/ui/browser_finder.cc', |
| 2825 'browser/ui/browser_iterator.cc', | 2823 'browser/ui/browser_iterator.cc', |
| 2826 'browser/ui/browser_list.cc', | 2824 'browser/ui/browser_list.cc', |
| 2827 'browser/ui/browser_navigator.cc', | |
| 2828 'browser/ui/browser_otr_state.cc', | 2825 'browser/ui/browser_otr_state.cc', |
| 2829 'browser/ui/browser_tab_contents.cc', | 2826 'browser/ui/browser_tab_contents.cc', |
| 2830 'browser/ui/browser_tab_restore_service_delegate.cc', | 2827 'browser/ui/browser_tab_restore_service_delegate.cc', |
| 2831 'browser/ui/browser_tabstrip.cc', | 2828 'browser/ui/browser_tabstrip.cc', |
| 2832 'browser/ui/browser_tabstrip.h', | 2829 'browser/ui/browser_tabstrip.h', |
| 2833 'browser/ui/chrome_pages.cc', | 2830 'browser/ui/chrome_pages.cc', |
| 2834 'browser/ui/chrome_pages.h', | 2831 'browser/ui/chrome_pages.h', |
| 2835 'browser/ui/extensions/extension_install_ui_default.cc', | 2832 'browser/ui/extensions/extension_install_ui_default.cc', |
| 2836 'browser/ui/extensions/extension_install_ui_default.h', | 2833 'browser/ui/extensions/extension_install_ui_default.h', |
| 2837 'browser/ui/ntp_background_util.cc', | 2834 'browser/ui/ntp_background_util.cc', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3109 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3106 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3110 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3107 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3111 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3108 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3112 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3109 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3113 ], | 3110 ], |
| 3114 }], | 3111 }], |
| 3115 ], | 3112 ], |
| 3116 }, | 3113 }, |
| 3117 ], | 3114 ], |
| 3118 } | 3115 } |
| OLD | NEW |