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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2783 ], | 2783 ], |
2784 'sources!': [ | 2784 'sources!': [ |
2785 'browser/ui/ash/caps_lock_delegate_views.cc', | 2785 'browser/ui/ash/caps_lock_delegate_views.cc', |
2786 'browser/ui/ash/chrome_shell_delegate_views.cc', | 2786 'browser/ui/ash/chrome_shell_delegate_views.cc', |
2787 'browser/ui/ash/multi_user/multi_user_context_menu.cc', | 2787 'browser/ui/ash/multi_user/multi_user_context_menu.cc', |
2788 'browser/ui/ash/session_state_delegate_views.cc', | 2788 'browser/ui/ash/session_state_delegate_views.cc', |
2789 'browser/ui/screen_capture_notification_ui_stub.cc', | 2789 'browser/ui/screen_capture_notification_ui_stub.cc', |
2790 'browser/ui/startup/default_browser_prompt.cc', | 2790 'browser/ui/startup/default_browser_prompt.cc', |
2791 'browser/ui/startup/default_browser_prompt.h', | 2791 'browser/ui/startup/default_browser_prompt.h', |
2792 'browser/ui/views/app_list/linux/app_list_service_linux.cc', | 2792 'browser/ui/views/app_list/linux/app_list_service_linux.cc', |
| 2793 'browser/ui/views/chrome_views_delegate_aura.cc', |
2793 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', | 2794 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', |
2794 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', | 2795 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', |
2795 'browser/ui/views/frame/desktop_browser_frame_aura.cc', | 2796 'browser/ui/views/frame/desktop_browser_frame_aura.cc', |
2796 'browser/ui/views/frame/desktop_browser_frame_aura.h', | 2797 'browser/ui/views/frame/desktop_browser_frame_aura.h', |
2797 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', | 2798 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', |
2798 'browser/ui/views/frame/desktop_user_action_handler_aura.h', | 2799 'browser/ui/views/frame/desktop_user_action_handler_aura.h', |
2799 'browser/ui/views/frame/global_menu_bar_x11.cc', | 2800 'browser/ui/views/frame/global_menu_bar_x11.cc', |
2800 'browser/ui/views/frame/global_menu_bar_x11.h', | 2801 'browser/ui/views/frame/global_menu_bar_x11.h', |
2801 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', | 2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', |
2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', | 2803 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3355 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3355 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3356 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3358 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3358 ], | 3359 ], |
3359 }], | 3360 }], |
3360 ], | 3361 ], |
3361 }, | 3362 }, |
3362 ], | 3363 ], |
3363 } | 3364 } |
OLD | NEW |