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

Side by Side Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc

Issue 2889413002: chromeos: nukes window_state_aura (Closed)
Patch Set: merge, remove include from windows and shuffle functions for declaration Created 3 years, 7 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
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 "chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h" 5 #include "chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <algorithm> 9 #include <algorithm>
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h" 61 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
62 #endif 62 #endif
63 63
64 #if defined(USE_ASH) 64 #if defined(USE_ASH)
65 #include "ash/ash_switches.h" 65 #include "ash/ash_switches.h"
66 #include "ash/shell.h" 66 #include "ash/shell.h"
67 #include "ash/test/cursor_manager_test_api.h" 67 #include "ash/test/cursor_manager_test_api.h"
68 #include "ash/test/immersive_fullscreen_controller_test_api.h" 68 #include "ash/test/immersive_fullscreen_controller_test_api.h"
69 #include "ash/wm/root_window_finder.h" 69 #include "ash/wm/root_window_finder.h"
70 #include "ash/wm/window_state.h" 70 #include "ash/wm/window_state.h"
71 #include "ash/wm/window_state_aura.h"
72 #include "ash/wm/window_util.h" 71 #include "ash/wm/window_util.h"
73 #include "ash/wm_window.h" 72 #include "ash/wm_window.h"
74 #include "chrome/browser/ui/views/frame/immersive_mode_controller.h" 73 #include "chrome/browser/ui/views/frame/immersive_mode_controller.h"
75 #include "chrome/browser/ui/views/frame/immersive_mode_controller_ash.h" 74 #include "chrome/browser/ui/views/frame/immersive_mode_controller_ash.h"
76 #include "ui/aura/client/screen_position_client.h" 75 #include "ui/aura/client/screen_position_client.h"
77 #include "ui/aura/test/event_generator_delegate_aura.h" 76 #include "ui/aura/test/event_generator_delegate_aura.h"
78 #include "ui/aura/window_event_dispatcher.h" 77 #include "ui/aura/window_event_dispatcher.h"
79 #include "ui/display/manager/display_manager.h" 78 #include "ui/display/manager/display_manager.h"
80 #include "ui/events/test/event_generator.h" 79 #include "ui/events/test/event_generator.h"
81 #endif 80 #endif
(...skipping 2383 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 DetachToBrowserTabDragControllerTest, 2464 DetachToBrowserTabDragControllerTest,
2466 ::testing::Values("mouse", "touch")); 2465 ::testing::Values("mouse", "touch"));
2467 INSTANTIATE_TEST_CASE_P(TabDragging, 2466 INSTANTIATE_TEST_CASE_P(TabDragging,
2468 DetachToBrowserTabDragControllerTestTouch, 2467 DetachToBrowserTabDragControllerTestTouch,
2469 ::testing::Values("touch")); 2468 ::testing::Values("touch"));
2470 #else 2469 #else
2471 INSTANTIATE_TEST_CASE_P(TabDragging, 2470 INSTANTIATE_TEST_CASE_P(TabDragging,
2472 DetachToBrowserTabDragControllerTest, 2471 DetachToBrowserTabDragControllerTest,
2473 ::testing::Values("mouse")); 2472 ::testing::Values("mouse"));
2474 #endif 2473 #endif
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.cc ('k') | chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698