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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'browser/ui/app_list/search_builder.h', | 126 'browser/ui/app_list/search_builder.h', |
127 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', | 127 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', |
128 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 128 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
129 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 129 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
130 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 130 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
131 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 131 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
132 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 132 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
133 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', | 133 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', |
134 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', | 134 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', |
135 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 135 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 136 'browser/ui/ash/ash_keyboard_controller_proxy.cc', |
| 137 'browser/ui/ash/ash_keyboard_controller_proxy.h', |
136 'browser/ui/ash/app_list/app_list_controller_ash.h', | 138 'browser/ui/ash/app_list/app_list_controller_ash.h', |
137 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 139 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
138 'browser/ui/ash/app_list/app_list_service_ash.cc', | 140 'browser/ui/ash/app_list/app_list_service_ash.cc', |
139 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', | 141 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', |
140 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', | 142 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', |
141 'browser/ui/ash/app_sync_ui_state.cc', | 143 'browser/ui/ash/app_sync_ui_state.cc', |
142 'browser/ui/ash/app_sync_ui_state.h', | 144 'browser/ui/ash/app_sync_ui_state.h', |
143 'browser/ui/ash/app_sync_ui_state_observer.h', | 145 'browser/ui/ash/app_sync_ui_state_observer.h', |
144 'browser/ui/ash/app_sync_ui_state_factory.cc', | 146 'browser/ui/ash/app_sync_ui_state_factory.cc', |
145 'browser/ui/ash/app_sync_ui_state_factory.h', | 147 'browser/ui/ash/app_sync_ui_state_factory.h', |
(...skipping 2730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2876 }], | 2878 }], |
2877 ['enable_message_center==1', { | 2879 ['enable_message_center==1', { |
2878 'dependencies': [ | 2880 'dependencies': [ |
2879 '../ui/message_center/message_center.gyp:message_center', | 2881 '../ui/message_center/message_center.gyp:message_center', |
2880 ], | 2882 ], |
2881 }], | 2883 }], |
2882 ], | 2884 ], |
2883 }, | 2885 }, |
2884 ], | 2886 ], |
2885 } | 2887 } |
OLD | NEW |