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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'browser/ui/ash/user_action_handler.cc', | 186 'browser/ui/ash/user_action_handler.cc', |
187 'browser/ui/ash/user_action_handler.h', | 187 'browser/ui/ash/user_action_handler.h', |
188 'browser/ui/ash/volume_controller_chromeos.cc', | 188 'browser/ui/ash/volume_controller_chromeos.cc', |
189 'browser/ui/ash/volume_controller_chromeos.h', | 189 'browser/ui/ash/volume_controller_chromeos.h', |
190 'browser/ui/ash/window_positioner.cc', | 190 'browser/ui/ash/window_positioner.cc', |
191 'browser/ui/ash/window_positioner.h', | 191 'browser/ui/ash/window_positioner.h', |
192 'browser/ui/aura/active_desktop_monitor.cc', | 192 'browser/ui/aura/active_desktop_monitor.cc', |
193 'browser/ui/aura/active_desktop_monitor.h', | 193 'browser/ui/aura/active_desktop_monitor.h', |
194 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 194 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
196 'browser/ui/aura/stacking_client_aura.cc', | |
197 'browser/ui/aura/stacking_client_aura.h', | |
198 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 196 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
199 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 197 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
200 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 198 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
201 'browser/ui/autofill/autofill_dialog_controller.h', | 199 'browser/ui/autofill/autofill_dialog_controller.h', |
202 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 200 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
203 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 201 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
204 'browser/ui/autofill/autofill_dialog_models.cc', | 202 'browser/ui/autofill/autofill_dialog_models.cc', |
205 'browser/ui/autofill/autofill_dialog_models.h', | 203 'browser/ui/autofill/autofill_dialog_models.h', |
206 'browser/ui/autofill/autofill_dialog_types.cc', | 204 'browser/ui/autofill/autofill_dialog_types.cc', |
207 'browser/ui/autofill/autofill_dialog_types.h', | 205 'browser/ui/autofill/autofill_dialog_types.h', |
(...skipping 2593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2801 }], | 2799 }], |
2802 ['enable_message_center==1', { | 2800 ['enable_message_center==1', { |
2803 'dependencies': [ | 2801 'dependencies': [ |
2804 '../ui/message_center/message_center.gyp:message_center', | 2802 '../ui/message_center/message_center.gyp:message_center', |
2805 ], | 2803 ], |
2806 }], | 2804 }], |
2807 ], | 2805 ], |
2808 }, | 2806 }, |
2809 ], | 2807 ], |
2810 } | 2808 } |
OLD | NEW |