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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'browser/ui/ash/launcher/launcher_item_controller.cc', | 242 'browser/ui/ash/launcher/launcher_item_controller.cc', |
243 'browser/ui/ash/launcher/launcher_item_controller.h', | 243 'browser/ui/ash/launcher/launcher_item_controller.h', |
244 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc', | 244 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc', |
245 'browser/ui/ash/launcher/launcher_application_menu_item_model.h', | 245 'browser/ui/ash/launcher/launcher_application_menu_item_model.h', |
246 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc', | 246 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc', |
247 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h', | 247 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h', |
248 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', | 248 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', |
249 'browser/ui/ash/launcher/shell_window_launcher_controller.h', | 249 'browser/ui/ash/launcher/shell_window_launcher_controller.h', |
250 'browser/ui/ash/screenshot_taker.cc', | 250 'browser/ui/ash/screenshot_taker.cc', |
251 'browser/ui/ash/screenshot_taker.h', | 251 'browser/ui/ash/screenshot_taker.h', |
252 'browser/ui/ash/session_state_delegate.h', | |
253 'browser/ui/ash/session_state_delegate_chromeos.cc', | 252 'browser/ui/ash/session_state_delegate_chromeos.cc', |
| 253 'browser/ui/ash/session_state_delegate_chromeos.h', |
254 'browser/ui/ash/session_state_delegate_views.cc', | 254 'browser/ui/ash/session_state_delegate_views.cc', |
| 255 'browser/ui/ash/session_state_delegate_views.h', |
255 'browser/ui/ash/tabs/dock_info_ash.cc', | 256 'browser/ui/ash/tabs/dock_info_ash.cc', |
256 'browser/ui/ash/tabs/dock_info_ash.h', | 257 'browser/ui/ash/tabs/dock_info_ash.h', |
257 'browser/ui/ash/tabs/dock_info_chromeos.cc', | 258 'browser/ui/ash/tabs/dock_info_chromeos.cc', |
258 'browser/ui/ash/user_action_handler.cc', | 259 'browser/ui/ash/user_action_handler.cc', |
259 'browser/ui/ash/user_action_handler.h', | 260 'browser/ui/ash/user_action_handler.h', |
260 'browser/ui/ash/user_wallpaper_delegate_win.cc', | 261 'browser/ui/ash/user_wallpaper_delegate_win.cc', |
261 'browser/ui/ash/user_wallpaper_delegate_win.h', | 262 'browser/ui/ash/user_wallpaper_delegate_win.h', |
262 'browser/ui/ash/volume_controller_chromeos.cc', | 263 'browser/ui/ash/volume_controller_chromeos.cc', |
263 'browser/ui/ash/volume_controller_chromeos.h', | 264 'browser/ui/ash/volume_controller_chromeos.h', |
264 'browser/ui/ash/window_positioner.cc', | 265 'browser/ui/ash/window_positioner.cc', |
(...skipping 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2972 ['exclude', '^browser/ui/views/app_list/'], | 2973 ['exclude', '^browser/ui/views/app_list/'], |
2973 ['exclude', '^browser/ui/app_list/'], | 2974 ['exclude', '^browser/ui/app_list/'], |
2974 ['include', '^browser/ui/app_list/app_list_service.h'], | 2975 ['include', '^browser/ui/app_list/app_list_service.h'], |
2975 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2976 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2976 ], | 2977 ], |
2977 }], | 2978 }], |
2978 ], | 2979 ], |
2979 }, | 2980 }, |
2980 ], | 2981 ], |
2981 } | 2982 } |
OLD | NEW |