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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'browser/ui/ash/session_state_delegate_chromeos.cc', | 346 'browser/ui/ash/session_state_delegate_chromeos.cc', |
347 'browser/ui/ash/session_state_delegate_chromeos.h', | 347 'browser/ui/ash/session_state_delegate_chromeos.h', |
348 'browser/ui/ash/session_state_delegate_views.cc', | 348 'browser/ui/ash/session_state_delegate_views.cc', |
349 'browser/ui/ash/session_state_delegate_views.h', | 349 'browser/ui/ash/session_state_delegate_views.h', |
350 'browser/ui/ash/stub_user_accounts_delegate.cc', | 350 'browser/ui/ash/stub_user_accounts_delegate.cc', |
351 'browser/ui/ash/stub_user_accounts_delegate.h', | 351 'browser/ui/ash/stub_user_accounts_delegate.h', |
352 'browser/ui/ash/system_tray_delegate_chromeos.cc', | 352 'browser/ui/ash/system_tray_delegate_chromeos.cc', |
353 'browser/ui/ash/system_tray_delegate_chromeos.h', | 353 'browser/ui/ash/system_tray_delegate_chromeos.h', |
354 'browser/ui/ash/system_tray_delegate_win.cc', | 354 'browser/ui/ash/system_tray_delegate_win.cc', |
355 'browser/ui/ash/system_tray_delegate_win.h', | 355 'browser/ui/ash/system_tray_delegate_win.h', |
| 356 'browser/ui/ash/user_accounts_delegate_chromeos.cc', |
| 357 'browser/ui/ash/user_accounts_delegate_chromeos.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', |
362 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 364 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
363 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 365 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
364 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 366 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
365 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 367 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
(...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3132 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3134 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3133 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3135 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3134 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3136 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3135 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3137 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3136 ], | 3138 ], |
3137 }], | 3139 }], |
3138 ], | 3140 ], |
3139 }, | 3141 }, |
3140 ], | 3142 ], |
3141 } | 3143 } |
OLD | NEW |