Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: ash/shell.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 #include "ash/shell.h" 5 #include "ash/shell.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <utility> 9 #include <utility>
10 10
(...skipping 10 matching lines...) Expand all
21 #include "ash/common/gpu_support.h" 21 #include "ash/common/gpu_support.h"
22 #include "ash/common/keyboard/keyboard_ui.h" 22 #include "ash/common/keyboard/keyboard_ui.h"
23 #include "ash/common/login_status.h" 23 #include "ash/common/login_status.h"
24 #include "ash/common/session/session_state_delegate.h" 24 #include "ash/common/session/session_state_delegate.h"
25 #include "ash/common/shelf/app_list_shelf_item_delegate.h" 25 #include "ash/common/shelf/app_list_shelf_item_delegate.h"
26 #include "ash/common/shelf/shelf_delegate.h" 26 #include "ash/common/shelf/shelf_delegate.h"
27 #include "ash/common/shelf/shelf_item_delegate.h" 27 #include "ash/common/shelf/shelf_item_delegate.h"
28 #include "ash/common/shelf/shelf_model.h" 28 #include "ash/common/shelf/shelf_model.h"
29 #include "ash/common/shelf/wm_shelf.h" 29 #include "ash/common/shelf/wm_shelf.h"
30 #include "ash/common/shell_delegate.h" 30 #include "ash/common/shell_delegate.h"
31 #include "ash/common/system/chromeos/bluetooth/bluetooth_notification_controller .h"
32 #include "ash/common/system/chromeos/network/sms_observer.h"
33 #include "ash/common/system/chromeos/power/power_status.h"
34 #include "ash/common/system/status_area_widget.h"
35 #include "ash/common/system/tray/system_tray_delegate.h"
36 #include "ash/common/wallpaper/wallpaper_delegate.h" 31 #include "ash/common/wallpaper/wallpaper_delegate.h"
37 #include "ash/common/wm/container_finder.h" 32 #include "ash/common/wm/container_finder.h"
38 #include "ash/common/wm/maximize_mode/maximize_mode_controller.h" 33 #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
39 #include "ash/common/wm/maximize_mode/maximize_mode_window_manager.h" 34 #include "ash/common/wm/maximize_mode/maximize_mode_window_manager.h"
40 #include "ash/common/wm/mru_window_tracker.h" 35 #include "ash/common/wm/mru_window_tracker.h"
41 #include "ash/common/wm/root_window_finder.h" 36 #include "ash/common/wm/root_window_finder.h"
42 #include "ash/common/wm/system_modal_container_layout_manager.h" 37 #include "ash/common/wm/system_modal_container_layout_manager.h"
43 #include "ash/common/wm/window_positioner.h" 38 #include "ash/common/wm/window_positioner.h"
44 #include "ash/common/wm/workspace_controller.h" 39 #include "ash/common/wm/workspace_controller.h"
45 #include "ash/common/wm_shell.h" 40 #include "ash/common/wm_shell.h"
(...skipping 15 matching lines...) Expand all
61 #include "ash/first_run/first_run_helper_impl.h" 56 #include "ash/first_run/first_run_helper_impl.h"
62 #include "ash/high_contrast/high_contrast_controller.h" 57 #include "ash/high_contrast/high_contrast_controller.h"
63 #include "ash/ime/input_method_event_handler.h" 58 #include "ash/ime/input_method_event_handler.h"
64 #include "ash/laser/laser_pointer_controller.h" 59 #include "ash/laser/laser_pointer_controller.h"
65 #include "ash/magnifier/magnification_controller.h" 60 #include "ash/magnifier/magnification_controller.h"
66 #include "ash/magnifier/partial_magnification_controller.h" 61 #include "ash/magnifier/partial_magnification_controller.h"
67 #include "ash/public/cpp/shell_window_ids.h" 62 #include "ash/public/cpp/shell_window_ids.h"
68 #include "ash/root_window_controller.h" 63 #include "ash/root_window_controller.h"
69 #include "ash/shell_init_params.h" 64 #include "ash/shell_init_params.h"
70 #include "ash/sticky_keys/sticky_keys_controller.h" 65 #include "ash/sticky_keys/sticky_keys_controller.h"
71 #include "ash/system/chromeos/power/power_event_observer.h" 66 #include "ash/system/bluetooth/bluetooth_notification_controller.h"
72 #include "ash/system/chromeos/power/video_activity_notifier.h" 67 #include "ash/system/network/sms_observer.h"
73 #include "ash/system/chromeos/screen_layout_observer.h" 68 #include "ash/system/power/power_event_observer.h"
69 #include "ash/system/power/power_status.h"
70 #include "ash/system/power/video_activity_notifier.h"
71 #include "ash/system/screen_layout_observer.h"
72 #include "ash/system/status_area_widget.h"
73 #include "ash/system/tray/system_tray_delegate.h"
74 #include "ash/touch/ash_touch_transform_controller.h" 74 #include "ash/touch/ash_touch_transform_controller.h"
75 #include "ash/utility/screenshot_controller.h" 75 #include "ash/utility/screenshot_controller.h"
76 #include "ash/virtual_keyboard_controller.h" 76 #include "ash/virtual_keyboard_controller.h"
77 #include "ash/wm/ash_focus_rules.h" 77 #include "ash/wm/ash_focus_rules.h"
78 #include "ash/wm/ash_native_cursor_manager.h" 78 #include "ash/wm/ash_native_cursor_manager.h"
79 #include "ash/wm/event_client_impl.h" 79 #include "ash/wm/event_client_impl.h"
80 #include "ash/wm/immersive_handler_factory_ash.h" 80 #include "ash/wm/immersive_handler_factory_ash.h"
81 #include "ash/wm/lock_state_controller.h" 81 #include "ash/wm/lock_state_controller.h"
82 #include "ash/wm/overlay_event_filter.h" 82 #include "ash/wm/overlay_event_filter.h"
83 #include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h" 83 #include "ash/wm/overview/scoped_overview_animation_settings_factory_aura.h"
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 std::unique_ptr<ui::EventTargetIterator> Shell::GetChildIterator() const { 951 std::unique_ptr<ui::EventTargetIterator> Shell::GetChildIterator() const {
952 return std::unique_ptr<ui::EventTargetIterator>(); 952 return std::unique_ptr<ui::EventTargetIterator>();
953 } 953 }
954 954
955 ui::EventTargeter* Shell::GetEventTargeter() { 955 ui::EventTargeter* Shell::GetEventTargeter() {
956 NOTREACHED(); 956 NOTREACHED();
957 return nullptr; 957 return nullptr;
958 } 958 }
959 959
960 } // namespace ash 960 } // namespace ash
OLDNEW
« no previous file with comments | « ash/shelf/shelf_widget_unittest.cc ('k') | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698