| 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 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1821 'browser/ui/views/frame/browser_view_layout_delegate.h', | 1821 'browser/ui/views/frame/browser_view_layout_delegate.h', |
| 1822 'browser/ui/views/frame/browser_window_property_manager_win.cc', | 1822 'browser/ui/views/frame/browser_window_property_manager_win.cc', |
| 1823 'browser/ui/views/frame/browser_window_property_manager_win.h', | 1823 'browser/ui/views/frame/browser_window_property_manager_win.h', |
| 1824 'browser/ui/views/frame/contents_container.cc', | 1824 'browser/ui/views/frame/contents_container.cc', |
| 1825 'browser/ui/views/frame/contents_container.h', | 1825 'browser/ui/views/frame/contents_container.h', |
| 1826 'browser/ui/views/frame/desktop_browser_frame_aura.cc', | 1826 'browser/ui/views/frame/desktop_browser_frame_aura.cc', |
| 1827 'browser/ui/views/frame/desktop_browser_frame_aura.h', | 1827 'browser/ui/views/frame/desktop_browser_frame_aura.h', |
| 1828 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', | 1828 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', |
| 1829 'browser/ui/views/frame/desktop_user_action_handler_aura.h', | 1829 'browser/ui/views/frame/desktop_user_action_handler_aura.h', |
| 1830 'browser/ui/views/frame/browser_desktop_root_window_host.h', | 1830 'browser/ui/views/frame/browser_desktop_root_window_host.h', |
| 1831 'browser/ui/views/frame/browser_desktop_root_window_host_ozone.cc', |
| 1832 'browser/ui/views/frame/browser_desktop_root_window_host_ozone.h', |
| 1831 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', | 1833 'browser/ui/views/frame/browser_desktop_root_window_host_win.cc', |
| 1832 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', | 1834 'browser/ui/views/frame/browser_desktop_root_window_host_win.h', |
| 1833 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', | 1835 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', |
| 1834 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', | 1836 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', |
| 1835 'browser/ui/views/frame/glass_browser_frame_view.cc', | 1837 'browser/ui/views/frame/glass_browser_frame_view.cc', |
| 1836 'browser/ui/views/frame/glass_browser_frame_view.h', | 1838 'browser/ui/views/frame/glass_browser_frame_view.h', |
| 1837 'browser/ui/views/frame/global_menu_bar_x11.cc', | 1839 'browser/ui/views/frame/global_menu_bar_x11.cc', |
| 1838 'browser/ui/views/frame/global_menu_bar_x11.h', | 1840 'browser/ui/views/frame/global_menu_bar_x11.h', |
| 1839 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', | 1841 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', |
| 1840 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', | 1842 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', |
| (...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3313 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3315 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3314 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3316 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3315 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3317 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3318 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3317 ], | 3319 ], |
| 3318 }], | 3320 }], |
| 3319 ], | 3321 ], |
| 3320 }, | 3322 }, |
| 3321 ], | 3323 ], |
| 3322 } | 3324 } |
| OLD | NEW |