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

Side by Side Diff: ash/wm/panels/panel_window_resizer_unittest.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/wm/panels/panel_window_event_handler.cc ('k') | ash/wm/resize_handle_window_targeter.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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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/wm/common/panels/panel_window_resizer.h" 5 #include "ash/common/wm/panels/panel_window_resizer.h"
6 6
7 #include "ash/common/wm/window_state.h"
8 #include "ash/common/wm/wm_event.h"
7 #include "ash/root_window_controller.h" 9 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf.h" 10 #include "ash/shelf/shelf.h"
9 #include "ash/shelf/shelf_layout_manager.h" 11 #include "ash/shelf/shelf_layout_manager.h"
10 #include "ash/shelf/shelf_model.h" 12 #include "ash/shelf/shelf_model.h"
11 #include "ash/shelf/shelf_types.h" 13 #include "ash/shelf/shelf_types.h"
12 #include "ash/shelf/shelf_util.h" 14 #include "ash/shelf/shelf_util.h"
13 #include "ash/shelf/shelf_widget.h" 15 #include "ash/shelf/shelf_widget.h"
14 #include "ash/shell.h" 16 #include "ash/shell.h"
15 #include "ash/shell_window_ids.h" 17 #include "ash/shell_window_ids.h"
16 #include "ash/test/ash_test_base.h" 18 #include "ash/test/ash_test_base.h"
17 #include "ash/test/cursor_manager_test_api.h" 19 #include "ash/test/cursor_manager_test_api.h"
18 #include "ash/test/shell_test_api.h" 20 #include "ash/test/shell_test_api.h"
19 #include "ash/test/test_shelf_delegate.h" 21 #include "ash/test/test_shelf_delegate.h"
20 #include "ash/wm/aura/wm_window_aura.h" 22 #include "ash/wm/aura/wm_window_aura.h"
21 #include "ash/wm/common/window_state.h"
22 #include "ash/wm/common/wm_event.h"
23 #include "ash/wm/drag_window_resizer.h" 23 #include "ash/wm/drag_window_resizer.h"
24 #include "ash/wm/window_state_aura.h" 24 #include "ash/wm/window_state_aura.h"
25 #include "base/i18n/rtl.h" 25 #include "base/i18n/rtl.h"
26 #include "base/win/windows_version.h" 26 #include "base/win/windows_version.h"
27 #include "ui/aura/client/aura_constants.h" 27 #include "ui/aura/client/aura_constants.h"
28 #include "ui/aura/window_event_dispatcher.h" 28 #include "ui/aura/window_event_dispatcher.h"
29 #include "ui/base/hit_test.h" 29 #include "ui/base/hit_test.h"
30 #include "ui/base/ui_base_types.h" 30 #include "ui/base/ui_base_types.h"
31 #include "ui/views/widget/widget.h" 31 #include "ui/views/widget/widget.h"
32 #include "ui/wm/core/window_util.h" 32 #include "ui/wm/core/window_util.h"
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 560
561 INSTANTIATE_TEST_CASE_P(LtrRtl, PanelWindowResizerTextDirectionTest, 561 INSTANTIATE_TEST_CASE_P(LtrRtl, PanelWindowResizerTextDirectionTest,
562 testing::Bool()); 562 testing::Bool());
563 INSTANTIATE_TEST_CASE_P(NormalPanelPopup, 563 INSTANTIATE_TEST_CASE_P(NormalPanelPopup,
564 PanelWindowResizerTransientTest, 564 PanelWindowResizerTransientTest,
565 testing::Values(ui::wm::WINDOW_TYPE_NORMAL, 565 testing::Values(ui::wm::WINDOW_TYPE_NORMAL,
566 ui::wm::WINDOW_TYPE_PANEL, 566 ui::wm::WINDOW_TYPE_PANEL,
567 ui::wm::WINDOW_TYPE_POPUP)); 567 ui::wm::WINDOW_TYPE_POPUP));
568 568
569 } // namespace ash 569 } // namespace ash
OLDNEW
« no previous file with comments | « ash/wm/panels/panel_window_event_handler.cc ('k') | ash/wm/resize_handle_window_targeter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698