| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', | 317 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', |
| 318 'browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.
cc', | 318 'browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.
cc', |
| 319 'browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.
h', | 319 'browser/ui/ash/launcher/multi_profile_shell_window_launcher_controller.
h', |
| 320 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc', | 320 'browser/ui/ash/launcher/shell_window_launcher_item_controller.cc', |
| 321 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h', | 321 'browser/ui/ash/launcher/shell_window_launcher_item_controller.h', |
| 322 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', | 322 'browser/ui/ash/launcher/shell_window_launcher_controller.cc', |
| 323 'browser/ui/ash/launcher/shell_window_launcher_controller.h', | 323 'browser/ui/ash/launcher/shell_window_launcher_controller.h', |
| 324 'browser/ui/ash/multi_user/multi_user_context_menu.cc', | 324 'browser/ui/ash/multi_user/multi_user_context_menu.cc', |
| 325 'browser/ui/ash/multi_user/multi_user_context_menu.h', | 325 'browser/ui/ash/multi_user/multi_user_context_menu.h', |
| 326 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', | 326 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', |
| 327 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', |
| 328 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h', |
| 327 'browser/ui/ash/multi_user/multi_user_util.cc', | 329 'browser/ui/ash/multi_user/multi_user_util.cc', |
| 328 'browser/ui/ash/multi_user/multi_user_util.h', | 330 'browser/ui/ash/multi_user/multi_user_util.h', |
| 329 'browser/ui/ash/multi_user/multi_user_window_manager.cc', | 331 'browser/ui/ash/multi_user/multi_user_window_manager.cc', |
| 330 'browser/ui/ash/multi_user/multi_user_window_manager.h', | 332 'browser/ui/ash/multi_user/multi_user_window_manager.h', |
| 331 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc', | 333 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc', |
| 332 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h', | 334 'browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h', |
| 333 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', | 335 'browser/ui/ash/multi_user/multi_user_window_manager_stub.cc', |
| 334 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', | 336 'browser/ui/ash/multi_user/multi_user_window_manager_stub.h', |
| 335 'browser/ui/ash/screenshot_taker.cc', | 337 'browser/ui/ash/screenshot_taker.cc', |
| 336 'browser/ui/ash/screenshot_taker.h', | 338 'browser/ui/ash/screenshot_taker.h', |
| (...skipping 3047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3384 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3386 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3385 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3387 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3386 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3388 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3387 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3389 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3388 ], | 3390 ], |
| 3389 }], | 3391 }], |
| 3390 ], | 3392 ], |
| 3391 }, | 3393 }, |
| 3392 ], | 3394 ], |
| 3393 } | 3395 } |
| OLD | NEW |