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

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

Issue 617423002: Make GestureTextSelector detect its own gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sort gyp/gn Created 6 years, 2 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 | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_detector.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 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'gesture_detection/gesture_config_helper.h', 204 'gesture_detection/gesture_config_helper.h',
205 'gesture_detection/gesture_config_helper_android.cc', 205 'gesture_detection/gesture_config_helper_android.cc',
206 'gesture_detection/gesture_config_helper_aura.cc', 206 'gesture_detection/gesture_config_helper_aura.cc',
207 'gesture_detection/gesture_detection_export.h', 207 'gesture_detection/gesture_detection_export.h',
208 'gesture_detection/gesture_detector.cc', 208 'gesture_detection/gesture_detector.cc',
209 'gesture_detection/gesture_detector.h', 209 'gesture_detection/gesture_detector.h',
210 'gesture_detection/gesture_event_data.cc', 210 'gesture_detection/gesture_event_data.cc',
211 'gesture_detection/gesture_event_data.h', 211 'gesture_detection/gesture_event_data.h',
212 'gesture_detection/gesture_event_data_packet.cc', 212 'gesture_detection/gesture_event_data_packet.cc',
213 'gesture_detection/gesture_event_data_packet.h', 213 'gesture_detection/gesture_event_data_packet.h',
214 'gesture_detection/gesture_listeners.cc',
215 'gesture_detection/gesture_listeners.h',
214 'gesture_detection/gesture_provider.cc', 216 'gesture_detection/gesture_provider.cc',
215 'gesture_detection/gesture_provider.h', 217 'gesture_detection/gesture_provider.h',
216 'gesture_detection/gesture_touch_uma_histogram.cc', 218 'gesture_detection/gesture_touch_uma_histogram.cc',
217 'gesture_detection/gesture_touch_uma_histogram.h', 219 'gesture_detection/gesture_touch_uma_histogram.h',
218 'gesture_detection/motion_event.cc', 220 'gesture_detection/motion_event.cc',
219 'gesture_detection/motion_event.h', 221 'gesture_detection/motion_event.h',
220 'gesture_detection/motion_event_buffer.cc', 222 'gesture_detection/motion_event_buffer.cc',
221 'gesture_detection/motion_event_buffer.h', 223 'gesture_detection/motion_event_buffer.h',
222 'gesture_detection/motion_event_generic.cc', 224 'gesture_detection/motion_event_generic.cc',
223 'gesture_detection/motion_event_generic.h', 225 'gesture_detection/motion_event_generic.h',
224 'gesture_detection/scale_gesture_detector.cc', 226 'gesture_detection/scale_gesture_detector.cc',
225 'gesture_detection/scale_gesture_detector.h', 227 'gesture_detection/scale_gesture_detector.h',
228 'gesture_detection/scale_gesture_listeners.cc',
229 'gesture_detection/scale_gesture_listeners.h',
226 'gesture_detection/snap_scroll_controller.cc', 230 'gesture_detection/snap_scroll_controller.cc',
227 'gesture_detection/snap_scroll_controller.h', 231 'gesture_detection/snap_scroll_controller.h',
228 'gesture_detection/touch_disposition_gesture_filter.cc', 232 'gesture_detection/touch_disposition_gesture_filter.cc',
229 'gesture_detection/touch_disposition_gesture_filter.h', 233 'gesture_detection/touch_disposition_gesture_filter.h',
230 'gesture_detection/velocity_tracker_state.cc', 234 'gesture_detection/velocity_tracker_state.cc',
231 'gesture_detection/velocity_tracker_state.h', 235 'gesture_detection/velocity_tracker_state.h',
232 'gesture_detection/velocity_tracker.cc', 236 'gesture_detection/velocity_tracker.cc',
233 'gesture_detection/velocity_tracker.h', 237 'gesture_detection/velocity_tracker.h',
234 ], 238 ],
235 'conditions': [ 239 'conditions': [
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 ], 381 ],
378 'variables': { 382 'variables': {
379 'test_suite_name': 'events_unittests', 383 'test_suite_name': 'events_unittests',
380 }, 384 },
381 'includes': [ '../../build/apk_test.gypi' ], 385 'includes': [ '../../build/apk_test.gypi' ],
382 }, 386 },
383 ], 387 ],
384 }], 388 }],
385 ], 389 ],
386 } 390 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/gesture_detection/gesture_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698