| 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 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1781 'browser/ui/views/frame/browser_view_layout_delegate.h', | 1781 'browser/ui/views/frame/browser_view_layout_delegate.h', |
| 1782 'browser/ui/views/frame/browser_window_property_manager_win.cc', | 1782 'browser/ui/views/frame/browser_window_property_manager_win.cc', |
| 1783 'browser/ui/views/frame/browser_window_property_manager_win.h', | 1783 'browser/ui/views/frame/browser_window_property_manager_win.h', |
| 1784 'browser/ui/views/frame/contents_container.cc', | 1784 'browser/ui/views/frame/contents_container.cc', |
| 1785 'browser/ui/views/frame/contents_container.h', | 1785 'browser/ui/views/frame/contents_container.h', |
| 1786 'browser/ui/views/frame/desktop_browser_frame_aura.cc', | 1786 'browser/ui/views/frame/desktop_browser_frame_aura.cc', |
| 1787 'browser/ui/views/frame/desktop_browser_frame_aura.h', | 1787 'browser/ui/views/frame/desktop_browser_frame_aura.h', |
| 1788 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', | 1788 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', |
| 1789 'browser/ui/views/frame/desktop_user_action_handler_aura.h', | 1789 'browser/ui/views/frame/desktop_user_action_handler_aura.h', |
| 1790 'browser/ui/views/frame/browser_desktop_root_window_host.h', | 1790 'browser/ui/views/frame/browser_desktop_root_window_host.h', |
| 1791 'browser/ui/views/frame/browser_desktop_root_window_host_ozone.cc', |
| 1792 'browser/ui/views/frame/browser_desktop_root_window_host_ozone.h', |
| 1791 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', | 1793 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', |
| 1792 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', | 1794 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', |
| 1793 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', | 1795 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', |
| 1794 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', | 1796 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', |
| 1795 'browser/ui/views/frame/glass_browser_frame_view.cc', | 1797 'browser/ui/views/frame/glass_browser_frame_view.cc', |
| 1796 'browser/ui/views/frame/glass_browser_frame_view.h', | 1798 'browser/ui/views/frame/glass_browser_frame_view.h', |
| 1797 'browser/ui/views/frame/global_menu_bar_x11.cc', | 1799 'browser/ui/views/frame/global_menu_bar_x11.cc', |
| 1798 'browser/ui/views/frame/global_menu_bar_x11.h', | 1800 'browser/ui/views/frame/global_menu_bar_x11.h', |
| 1799 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', | 1801 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', |
| 1800 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', | 1802 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', |
| (...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3291 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3293 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3292 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3294 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3293 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3295 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3294 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3296 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3295 ], | 3297 ], |
| 3296 }], | 3298 }], |
| 3297 ], | 3299 ], |
| 3298 }, | 3300 }, |
| 3299 ], | 3301 ], |
| 3300 } | 3302 } |
| OLD | NEW |