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 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1738 'browser/ui/views/frame/opaque_browser_frame_view.cc', | 1738 'browser/ui/views/frame/opaque_browser_frame_view.cc', |
1739 'browser/ui/views/frame/opaque_browser_frame_view.h', | 1739 'browser/ui/views/frame/opaque_browser_frame_view.h', |
1740 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc', | 1740 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc', |
1741 'browser/ui/views/frame/opaque_browser_frame_view_layout.h', | 1741 'browser/ui/views/frame/opaque_browser_frame_view_layout.h', |
1742 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', | 1742 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', |
1743 'browser/ui/views/frame/popup_non_client_frame_view.cc', | 1743 'browser/ui/views/frame/popup_non_client_frame_view.cc', |
1744 'browser/ui/views/frame/popup_non_client_frame_view.h', | 1744 'browser/ui/views/frame/popup_non_client_frame_view.h', |
1745 'browser/ui/views/frame/scroll_end_effect_controller.h', | 1745 'browser/ui/views/frame/scroll_end_effect_controller.h', |
1746 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', | 1746 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', |
1747 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', | 1747 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', |
| 1748 'browser/ui/views/frame/scroll_end_effect_controller_delegate.h', |
1748 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', | 1749 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', |
1749 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', | 1750 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', |
1750 'browser/ui/views/frame/system_menu_model_builder.cc', | 1751 'browser/ui/views/frame/system_menu_model_builder.cc', |
1751 'browser/ui/views/frame/system_menu_model_builder.h', | 1752 'browser/ui/views/frame/system_menu_model_builder.h', |
1752 'browser/ui/views/frame/system_menu_model_delegate.cc', | 1753 'browser/ui/views/frame/system_menu_model_delegate.cc', |
1753 'browser/ui/views/frame/system_menu_model_delegate.h', | 1754 'browser/ui/views/frame/system_menu_model_delegate.h', |
1754 'browser/ui/views/frame/taskbar_decorator.cc', | 1755 'browser/ui/views/frame/taskbar_decorator.cc', |
1755 'browser/ui/views/frame/taskbar_decorator.h', | 1756 'browser/ui/views/frame/taskbar_decorator.h', |
1756 'browser/ui/views/frame/taskbar_decorator_win.cc', | 1757 'browser/ui/views/frame/taskbar_decorator_win.cc', |
1757 'browser/ui/views/frame/top_container_view.cc', | 1758 'browser/ui/views/frame/top_container_view.cc', |
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3172 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3173 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3173 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3174 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3174 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3175 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3175 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3176 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3176 ], | 3177 ], |
3177 }], | 3178 }], |
3178 ], | 3179 ], |
3179 }, | 3180 }, |
3180 ], | 3181 ], |
3181 } | 3182 } |
OLD | NEW |