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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'browser/ui/views/frame/browser_frame_common_win.h', | 1869 'browser/ui/views/frame/browser_frame_common_win.h', |
1870 'browser/ui/views/frame/browser_non_client_frame_view.cc', | 1870 'browser/ui/views/frame/browser_non_client_frame_view.cc', |
1871 'browser/ui/views/frame/browser_non_client_frame_view.h', | 1871 'browser/ui/views/frame/browser_non_client_frame_view.h', |
1872 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', | 1872 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', |
1873 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', | 1873 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', |
1874 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', | 1874 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', |
1875 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', | 1875 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc', |
1876 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', | 1876 'browser/ui/views/frame/browser_non_client_frame_view_factory_x11.cc', |
1877 'browser/ui/views/frame/browser_root_view.cc', | 1877 'browser/ui/views/frame/browser_root_view.cc', |
1878 'browser/ui/views/frame/browser_root_view.h', | 1878 'browser/ui/views/frame/browser_root_view.h', |
| 1879 'browser/ui/views/frame/browser_shutdown.cc', |
| 1880 'browser/ui/views/frame/browser_shutdown.h', |
1879 'browser/ui/views/frame/browser_view.cc', | 1881 'browser/ui/views/frame/browser_view.cc', |
1880 'browser/ui/views/frame/browser_view.h', | 1882 'browser/ui/views/frame/browser_view.h', |
1881 'browser/ui/views/frame/browser_view_layout.cc', | 1883 'browser/ui/views/frame/browser_view_layout.cc', |
1882 'browser/ui/views/frame/browser_view_layout.h', | 1884 'browser/ui/views/frame/browser_view_layout.h', |
1883 'browser/ui/views/frame/browser_view_layout_delegate.h', | 1885 'browser/ui/views/frame/browser_view_layout_delegate.h', |
1884 'browser/ui/views/frame/browser_window_property_manager_win.cc', | 1886 'browser/ui/views/frame/browser_window_property_manager_win.cc', |
1885 'browser/ui/views/frame/browser_window_property_manager_win.h', | 1887 'browser/ui/views/frame/browser_window_property_manager_win.h', |
1886 'browser/ui/views/frame/contents_layout_manager.cc', | 1888 'browser/ui/views/frame/contents_layout_manager.cc', |
1887 'browser/ui/views/frame/contents_layout_manager.h', | 1889 'browser/ui/views/frame/contents_layout_manager.h', |
1888 'browser/ui/views/frame/contents_web_view.cc', | 1890 'browser/ui/views/frame/contents_web_view.cc', |
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3395 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3397 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3399 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3398 ], | 3400 ], |
3399 }], | 3401 }], |
3400 ], | 3402 ], |
3401 }, | 3403 }, |
3402 ], | 3404 ], |
3403 } | 3405 } |
OLD | NEW |