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 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1861 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', | 1861 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', |
1862 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h', | 1862 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h', |
1863 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc', | 1863 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc', |
1864 'browser/ui/views/frame/opaque_browser_frame_view_linux.h', | 1864 'browser/ui/views/frame/opaque_browser_frame_view_linux.h', |
1865 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc', | 1865 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc', |
1866 'browser/ui/views/frame/popup_non_client_frame_view.cc', | 1866 'browser/ui/views/frame/popup_non_client_frame_view.cc', |
1867 'browser/ui/views/frame/popup_non_client_frame_view.h', | 1867 'browser/ui/views/frame/popup_non_client_frame_view.h', |
1868 'browser/ui/views/frame/scroll_end_effect_controller.h', | 1868 'browser/ui/views/frame/scroll_end_effect_controller.h', |
1869 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', | 1869 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', |
1870 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', | 1870 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', |
| 1871 'browser/ui/views/frame/scroll_end_effect_controller_delegate.h', |
1871 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', | 1872 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', |
1872 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', | 1873 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', |
1873 'browser/ui/views/frame/system_menu_model_builder.cc', | 1874 'browser/ui/views/frame/system_menu_model_builder.cc', |
1874 'browser/ui/views/frame/system_menu_model_builder.h', | 1875 'browser/ui/views/frame/system_menu_model_builder.h', |
1875 'browser/ui/views/frame/system_menu_model_delegate.cc', | 1876 'browser/ui/views/frame/system_menu_model_delegate.cc', |
1876 'browser/ui/views/frame/system_menu_model_delegate.h', | 1877 'browser/ui/views/frame/system_menu_model_delegate.h', |
1877 'browser/ui/views/frame/taskbar_decorator.cc', | 1878 'browser/ui/views/frame/taskbar_decorator.cc', |
1878 'browser/ui/views/frame/taskbar_decorator.h', | 1879 'browser/ui/views/frame/taskbar_decorator.h', |
1879 'browser/ui/views/frame/taskbar_decorator_win.cc', | 1880 'browser/ui/views/frame/taskbar_decorator_win.cc', |
1880 'browser/ui/views/frame/top_container_view.cc', | 1881 'browser/ui/views/frame/top_container_view.cc', |
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3313 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3314 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3314 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3315 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3315 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3317 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3317 ], | 3318 ], |
3318 }], | 3319 }], |
3319 ], | 3320 ], |
3320 }, | 3321 }, |
3321 ], | 3322 ], |
3322 } | 3323 } |
OLD | NEW |