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

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

Issue 328733003: Fix slop region boundary handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows compile. 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
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',
126 'gestures/velocity_calculator.cc', 128 'gestures/velocity_calculator.cc',
127 'gestures/velocity_calculator.h', 129 'gestures/velocity_calculator.h',
128 'ozone/events_ozone.cc', 130 'ozone/events_ozone.cc',
129 'win/events_win.cc', 131 'win/events_win.cc',
130 'x/events_x.cc', 132 'x/events_x.cc',
131 'linux/text_edit_command_auralinux.cc', 133 'linux/text_edit_command_auralinux.cc',
132 'linux/text_edit_command_auralinux.h', 134 'linux/text_edit_command_auralinux.h',
133 'linux/text_edit_key_bindings_delegate_auralinux.cc', 135 'linux/text_edit_key_bindings_delegate_auralinux.cc',
134 'linux/text_edit_key_bindings_delegate_auralinux.h', 136 'linux/text_edit_key_bindings_delegate_auralinux.h',
135 ], 137 ],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 343 ],
342 'variables': { 344 'variables': {
343 'test_suite_name': 'events_unittests', 345 'test_suite_name': 'events_unittests',
344 }, 346 },
345 'includes': [ '../../build/apk_test.gypi' ], 347 'includes': [ '../../build/apk_test.gypi' ],
346 }, 348 },
347 ], 349 ],
348 }], 350 }],
349 ], 351 ],
350 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698