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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'browser/ui/ash/user_action_handler.cc', | 187 'browser/ui/ash/user_action_handler.cc', |
188 'browser/ui/ash/user_action_handler.h', | 188 'browser/ui/ash/user_action_handler.h', |
189 'browser/ui/ash/volume_controller_chromeos.cc', | 189 'browser/ui/ash/volume_controller_chromeos.cc', |
190 'browser/ui/ash/volume_controller_chromeos.h', | 190 'browser/ui/ash/volume_controller_chromeos.h', |
191 'browser/ui/ash/window_positioner.cc', | 191 'browser/ui/ash/window_positioner.cc', |
192 'browser/ui/ash/window_positioner.h', | 192 'browser/ui/ash/window_positioner.h', |
193 'browser/ui/aura/active_desktop_monitor.cc', | 193 'browser/ui/aura/active_desktop_monitor.cc', |
194 'browser/ui/aura/active_desktop_monitor.h', | 194 'browser/ui/aura/active_desktop_monitor.h', |
195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
196 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 196 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
197 'browser/ui/aura/stacking_client_aura.cc', | |
198 'browser/ui/aura/stacking_client_aura.h', | |
199 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 197 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
200 'browser/ui/autofill/autofill_dialog_controller.cc', | 198 'browser/ui/autofill/autofill_dialog_controller.cc', |
201 'browser/ui/autofill/autofill_dialog_controller.h', | 199 'browser/ui/autofill/autofill_dialog_controller.h', |
202 'browser/ui/autofill/autofill_dialog_models.cc', | 200 'browser/ui/autofill/autofill_dialog_models.cc', |
203 'browser/ui/autofill/autofill_dialog_models.h', | 201 'browser/ui/autofill/autofill_dialog_models.h', |
204 'browser/ui/autofill/autofill_dialog_types.cc', | 202 'browser/ui/autofill/autofill_dialog_types.cc', |
205 'browser/ui/autofill/autofill_dialog_types.h', | 203 'browser/ui/autofill/autofill_dialog_types.h', |
206 'browser/ui/autofill/autofill_dialog_view.cc', | 204 'browser/ui/autofill/autofill_dialog_view.cc', |
207 'browser/ui/autofill/autofill_dialog_view.h', | 205 'browser/ui/autofill/autofill_dialog_view.h', |
208 'browser/ui/autofill/autofill_popup_controller.h', | 206 'browser/ui/autofill/autofill_popup_controller.h', |
(...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2815 }], | 2813 }], |
2816 ['enable_message_center==1', { | 2814 ['enable_message_center==1', { |
2817 'dependencies': [ | 2815 'dependencies': [ |
2818 '../ui/message_center/message_center.gyp:message_center', | 2816 '../ui/message_center/message_center.gyp:message_center', |
2819 ], | 2817 ], |
2820 }], | 2818 }], |
2821 ], | 2819 ], |
2822 }, | 2820 }, |
2823 ], | 2821 ], |
2824 } | 2822 } |
OLD | NEW |