| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'browser/ui/ash/launcher/launcher_context_menu.cc', | 155 'browser/ui/ash/launcher/launcher_context_menu.cc', |
| 156 'browser/ui/ash/launcher/launcher_context_menu.h', | 156 'browser/ui/ash/launcher/launcher_context_menu.h', |
| 157 'browser/ui/ash/launcher/launcher_favicon_loader.cc', | 157 'browser/ui/ash/launcher/launcher_favicon_loader.cc', |
| 158 'browser/ui/ash/launcher/launcher_favicon_loader.h', | 158 'browser/ui/ash/launcher/launcher_favicon_loader.h', |
| 159 'browser/ui/ash/launcher/launcher_item_controller.cc', | 159 'browser/ui/ash/launcher/launcher_item_controller.cc', |
| 160 'browser/ui/ash/launcher/launcher_item_controller.h', | 160 'browser/ui/ash/launcher/launcher_item_controller.h', |
| 161 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', | 161 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', |
| 162 'browser/ui/ash/launcher/shell_window_launcher_controller.h', | 162 'browser/ui/ash/launcher/shell_window_launcher_controller.h', |
| 163 'browser/ui/ash/screenshot_taker.cc', | 163 'browser/ui/ash/screenshot_taker.cc', |
| 164 'browser/ui/ash/screenshot_taker.h', | 164 'browser/ui/ash/screenshot_taker.h', |
| 165 'browser/ui/ash/shell_utility_window_ash.cc', |
| 166 'browser/ui/ash/shell_utility_window_ash.h', |
| 165 'browser/ui/ash/tabs/dock_info_ash.cc', | 167 'browser/ui/ash/tabs/dock_info_ash.cc', |
| 166 'browser/ui/ash/tabs/dock_info_ash.h', | 168 'browser/ui/ash/tabs/dock_info_ash.h', |
| 167 'browser/ui/ash/tabs/dock_info_chromeos.cc', | 169 'browser/ui/ash/tabs/dock_info_chromeos.cc', |
| 168 'browser/ui/ash/user_action_handler.cc', | 170 'browser/ui/ash/user_action_handler.cc', |
| 169 'browser/ui/ash/user_action_handler.h', | 171 'browser/ui/ash/user_action_handler.h', |
| 170 'browser/ui/ash/volume_controller_chromeos.cc', | 172 'browser/ui/ash/volume_controller_chromeos.cc', |
| 171 'browser/ui/ash/volume_controller_chromeos.h', | 173 'browser/ui/ash/volume_controller_chromeos.h', |
| 172 'browser/ui/ash/window_positioner.cc', | 174 'browser/ui/ash/window_positioner.cc', |
| 173 'browser/ui/ash/window_positioner.h', | 175 'browser/ui/ash/window_positioner.h', |
| 174 'browser/ui/aura/active_desktop_monitor.cc', | 176 'browser/ui/aura/active_desktop_monitor.cc', |
| (...skipping 2574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2749 }, { # else: enable_app_list==0 | 2751 }, { # else: enable_app_list==0 |
| 2750 'sources/': [ | 2752 'sources/': [ |
| 2751 ['exclude', '^browser/ui/views/app_list/'], | 2753 ['exclude', '^browser/ui/views/app_list/'], |
| 2752 ['exclude', '^browser/ui/app_list/'], | 2754 ['exclude', '^browser/ui/app_list/'], |
| 2753 ] | 2755 ] |
| 2754 }], | 2756 }], |
| 2755 ], | 2757 ], |
| 2756 }, | 2758 }, |
| 2757 ], | 2759 ], |
| 2758 } | 2760 } |
| OLD | NEW |