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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'browser/ui/extensions/apps_metro_handler_win.cc', | 966 'browser/ui/extensions/apps_metro_handler_win.cc', |
967 'browser/ui/extensions/apps_metro_handler_win.h', | 967 'browser/ui/extensions/apps_metro_handler_win.h', |
968 'browser/ui/extensions/extension_install_ui_default.cc', | 968 'browser/ui/extensions/extension_install_ui_default.cc', |
969 'browser/ui/extensions/extension_install_ui_default.h', | 969 'browser/ui/extensions/extension_install_ui_default.h', |
970 'browser/ui/extensions/extension_enable_flow.cc', | 970 'browser/ui/extensions/extension_enable_flow.cc', |
971 'browser/ui/extensions/extension_enable_flow.h', | 971 'browser/ui/extensions/extension_enable_flow.h', |
972 'browser/ui/extensions/extension_enable_flow_delegate.h', | 972 'browser/ui/extensions/extension_enable_flow_delegate.h', |
973 'browser/ui/extensions/native_app_window.h', | 973 'browser/ui/extensions/native_app_window.h', |
974 'browser/ui/external_protocol_dialog_delegate.cc', | 974 'browser/ui/external_protocol_dialog_delegate.cc', |
975 'browser/ui/external_protocol_dialog_delegate.h', | 975 'browser/ui/external_protocol_dialog_delegate.h', |
| 976 'browser/ui/fast_unload_controller.cc', |
| 977 'browser/ui/fast_unload_controller.h', |
976 'browser/ui/find_bar/find_bar.h', | 978 'browser/ui/find_bar/find_bar.h', |
977 'browser/ui/find_bar/find_bar_controller.cc', | 979 'browser/ui/find_bar/find_bar_controller.cc', |
978 'browser/ui/find_bar/find_bar_controller.h', | 980 'browser/ui/find_bar/find_bar_controller.h', |
979 'browser/ui/find_bar/find_bar_state.h', | 981 'browser/ui/find_bar/find_bar_state.h', |
980 'browser/ui/find_bar/find_bar_state_factory.cc', | 982 'browser/ui/find_bar/find_bar_state_factory.cc', |
981 'browser/ui/find_bar/find_bar_state_factory.h', | 983 'browser/ui/find_bar/find_bar_state_factory.h', |
982 'browser/ui/find_bar/find_notification_details.h', | 984 'browser/ui/find_bar/find_notification_details.h', |
983 'browser/ui/find_bar/find_tab_helper.cc', | 985 'browser/ui/find_bar/find_tab_helper.cc', |
984 'browser/ui/find_bar/find_tab_helper.h', | 986 'browser/ui/find_bar/find_tab_helper.h', |
985 'browser/ui/fullscreen/fullscreen_controller.cc', | 987 'browser/ui/fullscreen/fullscreen_controller.cc', |
(...skipping 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3043 ['enable_webrtc==0', { | 3045 ['enable_webrtc==0', { |
3044 'sources!': [ | 3046 'sources!': [ |
3045 'browser/ui/webui/media/webrtc_logs_ui.cc', | 3047 'browser/ui/webui/media/webrtc_logs_ui.cc', |
3046 'browser/ui/webui/media/webrtc_logs_ui.h', | 3048 'browser/ui/webui/media/webrtc_logs_ui.h', |
3047 ], | 3049 ], |
3048 }], | 3050 }], |
3049 ], | 3051 ], |
3050 }, | 3052 }, |
3051 ], | 3053 ], |
3052 } | 3054 } |
OLD | NEW |