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

Side by Side Diff: ui/aura/gestures/gesture_recognizer_unittest.cc

Issue 10917075: events: Move some files into ui/base/events/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ui/aura/event_filter_unittest.cc ('k') | ui/aura/root_window.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 "base/memory/scoped_vector.h" 5 #include "base/memory/scoped_vector.h"
6 #include "base/string_number_conversions.h" 6 #include "base/string_number_conversions.h"
7 #include "base/timer.h" 7 #include "base/timer.h"
8 #include "testing/gtest/include/gtest/gtest.h" 8 #include "testing/gtest/include/gtest/gtest.h"
9 #include "ui/aura/root_window.h" 9 #include "ui/aura/root_window.h"
10 #include "ui/aura/test/aura_test_base.h" 10 #include "ui/aura/test/aura_test_base.h"
11 #include "ui/aura/test/event_generator.h" 11 #include "ui/aura/test/event_generator.h"
12 #include "ui/aura/test/test_window_delegate.h" 12 #include "ui/aura/test/test_window_delegate.h"
13 #include "ui/aura/test/test_windows.h" 13 #include "ui/aura/test/test_windows.h"
14 #include "ui/base/event.h" 14 #include "ui/base/events/event.h"
15 #include "ui/base/gestures/gesture_configuration.h" 15 #include "ui/base/gestures/gesture_configuration.h"
16 #include "ui/base/gestures/gesture_recognizer_impl.h" 16 #include "ui/base/gestures/gesture_recognizer_impl.h"
17 #include "ui/base/gestures/gesture_sequence.h" 17 #include "ui/base/gestures/gesture_sequence.h"
18 #include "ui/base/gestures/gesture_types.h" 18 #include "ui/base/gestures/gesture_types.h"
19 #include "ui/base/hit_test.h" 19 #include "ui/base/hit_test.h"
20 #include "ui/gfx/point.h" 20 #include "ui/gfx/point.h"
21 #include "ui/gfx/rect.h" 21 #include "ui/gfx/rect.h"
22 22
23 namespace aura { 23 namespace aura {
24 namespace test { 24 namespace test {
(...skipping 2800 matching lines...) Expand 10 before | Expand all | Expand 10 after
2825 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move2); 2825 root_window()->AsRootWindowHostDelegate()->OnHostTouchEvent(&move2);
2826 EXPECT_FALSE(delegate->tap()); 2826 EXPECT_FALSE(delegate->tap());
2827 EXPECT_FALSE(delegate->scroll_update()); 2827 EXPECT_FALSE(delegate->scroll_update());
2828 EXPECT_FALSE(delegate->pinch_update()); 2828 EXPECT_FALSE(delegate->pinch_update());
2829 2829
2830 delegate->Reset(); 2830 delegate->Reset();
2831 } 2831 }
2832 2832
2833 } // namespace test 2833 } // namespace test
2834 } // namespace aura 2834 } // namespace aura
OLDNEW
« no previous file with comments | « ui/aura/event_filter_unittest.cc ('k') | ui/aura/root_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698