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

Side by Side Diff: ash/display/window_tree_host_manager_unittest.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: 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/display/window_tree_host_manager.cc ('k') | ash/drag_drop/drag_drop_controller.h » ('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/display/window_tree_host_manager.h" 5 #include "ash/display/window_tree_host_manager.h"
6 6
7 #include <memory> 7 #include <memory>
8 8
9 #include "ash/common/wm_window.h"
10 #include "ash/display/display_util.h" 9 #include "ash/display/display_util.h"
11 #include "ash/screen_util.h" 10 #include "ash/screen_util.h"
12 #include "ash/shelf/shelf_widget.h" 11 #include "ash/shelf/shelf_widget.h"
13 #include "ash/shelf/wm_shelf.h" 12 #include "ash/shelf/wm_shelf.h"
14 #include "ash/shell.h" 13 #include "ash/shell.h"
15 #include "ash/test/ash_test_base.h" 14 #include "ash/test/ash_test_base.h"
16 #include "ash/test/ash_test_helper.h" 15 #include "ash/test/ash_test_helper.h"
17 #include "ash/test/cursor_manager_test_api.h" 16 #include "ash/test/cursor_manager_test_api.h"
18 #include "ash/test/test_shell_delegate.h" 17 #include "ash/test/test_shell_delegate.h"
19 #include "ash/wm/window_state.h" 18 #include "ash/wm/window_state.h"
20 #include "ash/wm/window_state_aura.h" 19 #include "ash/wm/window_state_aura.h"
21 #include "ash/wm/wm_event.h" 20 #include "ash/wm/wm_event.h"
22 #include "ash/wm/wm_screen_util.h" 21 #include "ash/wm/wm_screen_util.h"
22 #include "ash/wm_window.h"
23 #include "base/command_line.h" 23 #include "base/command_line.h"
24 #include "ui/aura/client/focus_change_observer.h" 24 #include "ui/aura/client/focus_change_observer.h"
25 #include "ui/aura/client/focus_client.h" 25 #include "ui/aura/client/focus_client.h"
26 #include "ui/aura/env.h" 26 #include "ui/aura/env.h"
27 #include "ui/aura/window_observer.h" 27 #include "ui/aura/window_observer.h"
28 #include "ui/aura/window_tracker.h" 28 #include "ui/aura/window_tracker.h"
29 #include "ui/aura/window_tree_host.h" 29 #include "ui/aura/window_tree_host.h"
30 #include "ui/display/display.h" 30 #include "ui/display/display.h"
31 #include "ui/display/display_layout.h" 31 #include "ui/display/display_layout.h"
32 #include "ui/display/display_layout_builder.h" 32 #include "ui/display/display_layout_builder.h"
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 widget->GetNativeWindow()->GetRootWindow()); 1709 widget->GetNativeWindow()->GetRootWindow());
1710 event_generator.MoveMouseToCenterOf(widget->GetNativeWindow()); 1710 event_generator.MoveMouseToCenterOf(widget->GetNativeWindow());
1711 1711
1712 UpdateDisplay("300x300"); 1712 UpdateDisplay("300x300");
1713 watcher.Stop(); 1713 watcher.Stop();
1714 1714
1715 widget->CloseNow(); 1715 widget->CloseNow();
1716 } 1716 }
1717 1717
1718 } // namespace ash 1718 } // namespace ash
OLDNEW
« no previous file with comments | « ash/display/window_tree_host_manager.cc ('k') | ash/drag_drop/drag_drop_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698