| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'browser/ui/ash/launcher/launcher_context_menu.cc', | 154 'browser/ui/ash/launcher/launcher_context_menu.cc', |
| 155 'browser/ui/ash/launcher/launcher_context_menu.h', | 155 'browser/ui/ash/launcher/launcher_context_menu.h', |
| 156 'browser/ui/ash/launcher/launcher_favicon_loader.cc', | 156 'browser/ui/ash/launcher/launcher_favicon_loader.cc', |
| 157 'browser/ui/ash/launcher/launcher_favicon_loader.h', | 157 'browser/ui/ash/launcher/launcher_favicon_loader.h', |
| 158 'browser/ui/ash/launcher/launcher_item_controller.cc', | 158 'browser/ui/ash/launcher/launcher_item_controller.cc', |
| 159 'browser/ui/ash/launcher/launcher_item_controller.h', | 159 'browser/ui/ash/launcher/launcher_item_controller.h', |
| 160 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', | 160 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', |
| 161 'browser/ui/ash/launcher/shell_window_launcher_controller.h', | 161 'browser/ui/ash/launcher/shell_window_launcher_controller.h', |
| 162 'browser/ui/ash/screenshot_taker.cc', | 162 'browser/ui/ash/screenshot_taker.cc', |
| 163 'browser/ui/ash/screenshot_taker.h', | 163 'browser/ui/ash/screenshot_taker.h', |
| 164 'browser/ui/ash/shell_utility_window_ash.cc', |
| 165 'browser/ui/ash/shell_utility_window_ash.h', |
| 164 'browser/ui/ash/tabs/dock_info_ash.cc', | 166 'browser/ui/ash/tabs/dock_info_ash.cc', |
| 165 'browser/ui/ash/tabs/dock_info_ash.h', | 167 'browser/ui/ash/tabs/dock_info_ash.h', |
| 166 'browser/ui/ash/tabs/dock_info_chromeos.cc', | 168 'browser/ui/ash/tabs/dock_info_chromeos.cc', |
| 167 'browser/ui/ash/user_action_handler.cc', | 169 'browser/ui/ash/user_action_handler.cc', |
| 168 'browser/ui/ash/user_action_handler.h', | 170 'browser/ui/ash/user_action_handler.h', |
| 169 'browser/ui/ash/volume_controller_chromeos.cc', | 171 'browser/ui/ash/volume_controller_chromeos.cc', |
| 170 'browser/ui/ash/volume_controller_chromeos.h', | 172 'browser/ui/ash/volume_controller_chromeos.h', |
| 171 'browser/ui/ash/window_positioner.cc', | 173 'browser/ui/ash/window_positioner.cc', |
| 172 'browser/ui/ash/window_positioner.h', | 174 'browser/ui/ash/window_positioner.h', |
| 173 'browser/ui/aura/active_desktop_monitor.cc', | 175 'browser/ui/aura/active_desktop_monitor.cc', |
| (...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2750 }, { # else: enable_app_list==0 | 2752 }, { # else: enable_app_list==0 |
| 2751 'sources/': [ | 2753 'sources/': [ |
| 2752 ['exclude', '^browser/ui/views/app_list/'], | 2754 ['exclude', '^browser/ui/views/app_list/'], |
| 2753 ['exclude', '^browser/ui/app_list/'], | 2755 ['exclude', '^browser/ui/app_list/'], |
| 2754 ] | 2756 ] |
| 2755 }], | 2757 }], |
| 2756 ], | 2758 ], |
| 2757 }, | 2759 }, |
| 2758 ], | 2760 ], |
| 2759 } | 2761 } |
| OLD | NEW |