| 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', |
| 197 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 199 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
| 198 'browser/ui/autofill/autofill_dialog_controller.cc', | 200 'browser/ui/autofill/autofill_dialog_controller.cc', |
| 199 'browser/ui/autofill/autofill_dialog_controller.h', | 201 'browser/ui/autofill/autofill_dialog_controller.h', |
| 200 'browser/ui/autofill/autofill_dialog_models.cc', | 202 'browser/ui/autofill/autofill_dialog_models.cc', |
| 201 'browser/ui/autofill/autofill_dialog_models.h', | 203 'browser/ui/autofill/autofill_dialog_models.h', |
| 202 'browser/ui/autofill/autofill_dialog_types.cc', | 204 'browser/ui/autofill/autofill_dialog_types.cc', |
| 203 'browser/ui/autofill/autofill_dialog_types.h', | 205 'browser/ui/autofill/autofill_dialog_types.h', |
| 204 'browser/ui/autofill/autofill_dialog_view.cc', | 206 'browser/ui/autofill/autofill_dialog_view.cc', |
| 205 'browser/ui/autofill/autofill_dialog_view.h', | 207 'browser/ui/autofill/autofill_dialog_view.h', |
| 206 'browser/ui/autofill/autofill_popup_controller.h', | 208 'browser/ui/autofill/autofill_popup_controller.h', |
| (...skipping 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2818 }], | 2820 }], |
| 2819 ['enable_message_center==1', { | 2821 ['enable_message_center==1', { |
| 2820 'dependencies': [ | 2822 'dependencies': [ |
| 2821 '../ui/message_center/message_center.gyp:message_center', | 2823 '../ui/message_center/message_center.gyp:message_center', |
| 2822 ], | 2824 ], |
| 2823 }], | 2825 }], |
| 2824 ], | 2826 ], |
| 2825 }, | 2827 }, |
| 2826 ], | 2828 ], |
| 2827 } | 2829 } |
| OLD | NEW |