| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'browser/ui/ash/volume_controller_chromeos.h', | 170 'browser/ui/ash/volume_controller_chromeos.h', |
| 171 'browser/ui/ash/window_positioner.cc', | 171 'browser/ui/ash/window_positioner.cc', |
| 172 'browser/ui/ash/window_positioner.h', | 172 'browser/ui/ash/window_positioner.h', |
| 173 'browser/ui/aura/active_desktop_monitor.cc', | 173 'browser/ui/aura/active_desktop_monitor.cc', |
| 174 'browser/ui/aura/active_desktop_monitor.h', | 174 'browser/ui/aura/active_desktop_monitor.h', |
| 175 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 175 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
| 176 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 176 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
| 177 'browser/ui/aura/stacking_client_aura.cc', | 177 'browser/ui/aura/stacking_client_aura.cc', |
| 178 'browser/ui/aura/stacking_client_aura.h', | 178 'browser/ui/aura/stacking_client_aura.h', |
| 179 'browser/ui/aura/tabs/dock_info_aurax11.cc', | 179 'browser/ui/aura/tabs/dock_info_aurax11.cc', |
| 180 'browser/ui/autofill/autofill_dialog_comboboxes.cc', |
| 181 'browser/ui/autofill/autofill_dialog_comboboxes.h', |
| 180 'browser/ui/autofill/autofill_dialog_controller.cc', | 182 'browser/ui/autofill/autofill_dialog_controller.cc', |
| 181 'browser/ui/autofill/autofill_dialog_controller.h', | 183 'browser/ui/autofill/autofill_dialog_controller.h', |
| 182 'browser/ui/autofill/autofill_dialog_view.cc', | 184 'browser/ui/autofill/autofill_dialog_view.cc', |
| 183 'browser/ui/autofill/autofill_dialog_view.h', | 185 'browser/ui/autofill/autofill_dialog_view.h', |
| 184 'browser/ui/autofill/tab_autofill_manager_delegate.cc', | 186 'browser/ui/autofill/tab_autofill_manager_delegate.cc', |
| 185 'browser/ui/autofill/tab_autofill_manager_delegate.h', | 187 'browser/ui/autofill/tab_autofill_manager_delegate.h', |
| 186 'browser/ui/auto_login_info_bar_delegate.cc', | 188 'browser/ui/auto_login_info_bar_delegate.cc', |
| 187 'browser/ui/auto_login_info_bar_delegate.h', | 189 'browser/ui/auto_login_info_bar_delegate.h', |
| 188 'browser/ui/auto_login_prompter.cc', | 190 'browser/ui/auto_login_prompter.cc', |
| 189 'browser/ui/auto_login_prompter.h', | 191 'browser/ui/auto_login_prompter.h', |
| (...skipping 2565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2755 }, { # else: enable_app_list==0 | 2757 }, { # else: enable_app_list==0 |
| 2756 'sources/': [ | 2758 'sources/': [ |
| 2757 ['exclude', '^browser/ui/views/app_list/'], | 2759 ['exclude', '^browser/ui/views/app_list/'], |
| 2758 ['exclude', '^browser/ui/app_list/'], | 2760 ['exclude', '^browser/ui/app_list/'], |
| 2759 ] | 2761 ] |
| 2760 }], | 2762 }], |
| 2761 ], | 2763 ], |
| 2762 }, | 2764 }, |
| 2763 ], | 2765 ], |
| 2764 } | 2766 } |
| OLD | NEW |