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

Side by Side Diff: trunk/src/ui/events/events.gyp

Issue 330613003: Revert 276728 "Fix slop region boundary handling." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/ui/events/event.h ('k') | trunk/src/ui/events/gestures/gesture_recognizer_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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'gestures/gesture_provider_aura.h', 116 'gestures/gesture_provider_aura.h',
117 'gestures/gesture_recognizer.h', 117 'gestures/gesture_recognizer.h',
118 'gestures/gesture_recognizer_impl.cc', 118 'gestures/gesture_recognizer_impl.cc',
119 'gestures/gesture_recognizer_impl.h', 119 'gestures/gesture_recognizer_impl.h',
120 'gestures/gesture_recognizer_impl_mac.cc', 120 'gestures/gesture_recognizer_impl_mac.cc',
121 'gestures/gesture_sequence.cc', 121 'gestures/gesture_sequence.cc',
122 'gestures/gesture_sequence.h', 122 'gestures/gesture_sequence.h',
123 'gestures/gesture_types.h', 123 'gestures/gesture_types.h',
124 'gestures/motion_event_aura.cc', 124 'gestures/motion_event_aura.cc',
125 'gestures/motion_event_aura.h', 125 'gestures/motion_event_aura.h',
126 'gestures/unified_gesture_detector_enabled.cc',
127 'gestures/unified_gesture_detector_enabled.h',
128 'gestures/velocity_calculator.cc', 126 'gestures/velocity_calculator.cc',
129 'gestures/velocity_calculator.h', 127 'gestures/velocity_calculator.h',
130 'ozone/events_ozone.cc', 128 'ozone/events_ozone.cc',
131 'win/events_win.cc', 129 'win/events_win.cc',
132 'x/events_x.cc', 130 'x/events_x.cc',
133 'linux/text_edit_command_auralinux.cc', 131 'linux/text_edit_command_auralinux.cc',
134 'linux/text_edit_command_auralinux.h', 132 'linux/text_edit_command_auralinux.h',
135 'linux/text_edit_key_bindings_delegate_auralinux.cc', 133 'linux/text_edit_key_bindings_delegate_auralinux.cc',
136 'linux/text_edit_key_bindings_delegate_auralinux.h', 134 'linux/text_edit_key_bindings_delegate_auralinux.h',
137 ], 135 ],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ], 341 ],
344 'variables': { 342 'variables': {
345 'test_suite_name': 'events_unittests', 343 'test_suite_name': 'events_unittests',
346 }, 344 },
347 'includes': [ '../../build/apk_test.gypi' ], 345 'includes': [ '../../build/apk_test.gypi' ],
348 }, 346 },
349 ], 347 ],
350 }], 348 }],
351 ], 349 ],
352 } 350 }
OLDNEW
« no previous file with comments | « trunk/src/ui/events/event.h ('k') | trunk/src/ui/events/gestures/gesture_recognizer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698