| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'browser/ui/ash/launcher/launcher_favicon_loader.cc', | 323 'browser/ui/ash/launcher/launcher_favicon_loader.cc', |
| 324 'browser/ui/ash/launcher/launcher_favicon_loader.h', | 324 'browser/ui/ash/launcher/launcher_favicon_loader.h', |
| 325 'browser/ui/ash/launcher/launcher_item_controller.cc', | 325 'browser/ui/ash/launcher/launcher_item_controller.cc', |
| 326 'browser/ui/ash/launcher/launcher_item_controller.h', | 326 'browser/ui/ash/launcher/launcher_item_controller.h', |
| 327 'browser/ui/ash/launcher/launcher_item_util.cc', | 327 'browser/ui/ash/launcher/launcher_item_util.cc', |
| 328 'browser/ui/ash/launcher/launcher_item_util.h', | 328 'browser/ui/ash/launcher/launcher_item_util.h', |
| 329 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
', | 329 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc
', |
| 330 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h'
, | 330 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h'
, |
| 331 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc', | 331 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc', |
| 332 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', | 332 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', |
| 333 'browser/ui/ash/media_delegate_chromeos.cc', |
| 334 'browser/ui/ash/media_delegate_chromeos.h', |
| 333 'browser/ui/ash/multi_user/multi_user_context_menu.cc', | 335 'browser/ui/ash/multi_user/multi_user_context_menu.cc', |
| 334 'browser/ui/ash/multi_user/multi_user_context_menu.h', | 336 'browser/ui/ash/multi_user/multi_user_context_menu.h', |
| 335 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', | 337 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', |
| 336 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', | 338 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', |
| 337 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h', | 339 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h', |
| 338 'browser/ui/ash/multi_user/multi_user_util.cc', | 340 'browser/ui/ash/multi_user/multi_user_util.cc', |
| 339 'browser/ui/ash/multi_user/multi_user_util.h', | 341 'browser/ui/ash/multi_user/multi_user_util.h', |
| 340 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc', | 342 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc', |
| 341 'browser/ui/ash/multi_user/multi_user_warning_dialog.h', | 343 'browser/ui/ash/multi_user/multi_user_warning_dialog.h', |
| 342 'browser/ui/ash/multi_user/multi_user_window_manager.cc', | 344 'browser/ui/ash/multi_user/multi_user_window_manager.cc', |
| (...skipping 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3152 ], | 3154 ], |
| 3153 'sources!': [ | 3155 'sources!': [ |
| 3154 'browser/ui/views/session_crashed_bubble_view.cc', | 3156 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3155 'browser/ui/views/session_crashed_bubble_view.h', | 3157 'browser/ui/views/session_crashed_bubble_view.h', |
| 3156 ], | 3158 ], |
| 3157 }], | 3159 }], |
| 3158 ], | 3160 ], |
| 3159 }, | 3161 }, |
| 3160 ], | 3162 ], |
| 3161 } | 3163 } |
| OLD | NEW |