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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'browser/ui/ash/volume_controller_chromeos.h', | 216 'browser/ui/ash/volume_controller_chromeos.h', |
217 'browser/ui/ash/window_positioner.cc', | 217 'browser/ui/ash/window_positioner.cc', |
218 'browser/ui/ash/window_positioner.h', | 218 'browser/ui/ash/window_positioner.h', |
219 'browser/ui/aura/active_desktop_monitor.cc', | 219 'browser/ui/aura/active_desktop_monitor.cc', |
220 'browser/ui/aura/active_desktop_monitor.h', | 220 'browser/ui/aura/active_desktop_monitor.h', |
221 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 221 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
222 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 222 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
223 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 223 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
224 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 224 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
225 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 225 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
| 226 'browser/ui/autofill/account_chooser_model.cc', |
| 227 'browser/ui/autofill/account_chooser_model.h', |
226 'browser/ui/autofill/autocheckout_bubble.h', | 228 'browser/ui/autofill/autocheckout_bubble.h', |
227 'browser/ui/autofill/autocheckout_bubble.cc', | 229 'browser/ui/autofill/autocheckout_bubble.cc', |
228 'browser/ui/autofill/autocheckout_bubble_controller.cc', | 230 'browser/ui/autofill/autocheckout_bubble_controller.cc', |
229 'browser/ui/autofill/autocheckout_bubble_controller.h', | 231 'browser/ui/autofill/autocheckout_bubble_controller.h', |
230 'browser/ui/autofill/autofill_dialog_controller.h', | 232 'browser/ui/autofill/autofill_dialog_controller.h', |
231 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 233 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
232 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 234 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
233 'browser/ui/autofill/autofill_dialog_models.cc', | 235 'browser/ui/autofill/autofill_dialog_models.cc', |
234 'browser/ui/autofill/autofill_dialog_models.h', | 236 'browser/ui/autofill/autofill_dialog_models.h', |
235 'browser/ui/autofill/autofill_dialog_types.cc', | 237 'browser/ui/autofill/autofill_dialog_types.cc', |
(...skipping 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2885 }], | 2887 }], |
2886 ['enable_message_center==1', { | 2888 ['enable_message_center==1', { |
2887 'dependencies': [ | 2889 'dependencies': [ |
2888 '../ui/message_center/message_center.gyp:message_center', | 2890 '../ui/message_center/message_center.gyp:message_center', |
2889 ], | 2891 ], |
2890 }], | 2892 }], |
2891 ], | 2893 ], |
2892 }, | 2894 }, |
2893 ], | 2895 ], |
2894 } | 2896 } |
OLD | NEW |