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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc', | 342 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc', |
343 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h', | 343 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h', |
344 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', | 344 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', |
345 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', | 345 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', |
346 'browser/ui/ash/screenshot_taker.cc', | 346 'browser/ui/ash/screenshot_taker.cc', |
347 'browser/ui/ash/screenshot_taker.h', | 347 'browser/ui/ash/screenshot_taker.h', |
348 'browser/ui/ash/session_state_delegate_chromeos.cc', | 348 'browser/ui/ash/session_state_delegate_chromeos.cc', |
349 'browser/ui/ash/session_state_delegate_chromeos.h', | 349 'browser/ui/ash/session_state_delegate_chromeos.h', |
350 'browser/ui/ash/session_state_delegate_views.cc', | 350 'browser/ui/ash/session_state_delegate_views.cc', |
351 'browser/ui/ash/session_state_delegate_views.h', | 351 'browser/ui/ash/session_state_delegate_views.h', |
| 352 'browser/ui/ash/stub_user_accounts_delegate.cc', |
| 353 'browser/ui/ash/stub_user_accounts_delegate.h', |
352 'browser/ui/ash/system_tray_delegate_chromeos.cc', | 354 'browser/ui/ash/system_tray_delegate_chromeos.cc', |
353 'browser/ui/ash/system_tray_delegate_chromeos.h', | 355 'browser/ui/ash/system_tray_delegate_chromeos.h', |
354 'browser/ui/ash/system_tray_delegate_win.cc', | 356 'browser/ui/ash/system_tray_delegate_win.cc', |
355 'browser/ui/ash/system_tray_delegate_win.h', | 357 'browser/ui/ash/system_tray_delegate_win.h', |
356 'browser/ui/ash/user_wallpaper_delegate_win.cc', | 358 'browser/ui/ash/user_wallpaper_delegate_win.cc', |
357 'browser/ui/ash/user_wallpaper_delegate_win.h', | 359 'browser/ui/ash/user_wallpaper_delegate_win.h', |
358 'browser/ui/ash/volume_controller_chromeos.cc', | 360 'browser/ui/ash/volume_controller_chromeos.cc', |
359 'browser/ui/ash/volume_controller_chromeos.h', | 361 'browser/ui/ash/volume_controller_chromeos.h', |
360 'browser/ui/aura/active_desktop_monitor.cc', | 362 'browser/ui/aura/active_desktop_monitor.cc', |
361 'browser/ui/aura/active_desktop_monitor.h', | 363 'browser/ui/aura/active_desktop_monitor.h', |
(...skipping 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3432 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3434 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3433 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3435 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3434 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3436 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3437 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3436 ], | 3438 ], |
3437 }], | 3439 }], |
3438 ], | 3440 ], |
3439 }, | 3441 }, |
3440 ], | 3442 ], |
3441 } | 3443 } |
OLD | NEW |