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

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

Issue 999423003: Set the unique_event_id when converting from TouchEvent to WebTouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « ui/events/event_utils.h ('k') | ui/events/gesture_detection/gesture_provider.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 25 matching lines...) Expand all
36 '../gfx/gfx.gyp:gfx_geometry', 36 '../gfx/gfx.gyp:gfx_geometry',
37 'dom4_keycode_converter', 37 'dom4_keycode_converter',
38 ], 38 ],
39 'defines': [ 39 'defines': [
40 'EVENTS_BASE_IMPLEMENTATION', 40 'EVENTS_BASE_IMPLEMENTATION',
41 ], 41 ],
42 'sources': [ 42 'sources': [
43 # Note: sources list duplicated in GN build. 43 # Note: sources list duplicated in GN build.
44 'android/scroller.cc', 44 'android/scroller.cc',
45 'android/scroller.h', 45 'android/scroller.h',
46 'base_event_utils.cc',
47 'base_event_utils.h',
46 'event_constants.h', 48 'event_constants.h',
47 'event_switches.cc', 49 'event_switches.cc',
48 'event_switches.h', 50 'event_switches.h',
49 'events_base_export.h', 51 'events_base_export.h',
50 'gesture_curve.h', 52 'gesture_curve.h',
51 'gesture_event_details.cc', 53 'gesture_event_details.cc',
52 'gesture_event_details.h', 54 'gesture_event_details.h',
53 'gestures/fling_curve.cc', 55 'gestures/fling_curve.cc',
54 'gestures/fling_curve.h', 56 'gestures/fling_curve.h',
55 'keycodes/dom_us_layout_data.h', 57 'keycodes/dom_us_layout_data.h',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'dependencies': [ 475 'dependencies': [
474 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 476 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
475 ], 477 ],
476 }], 478 }],
477 ], 479 ],
478 }, 480 },
479 ], 481 ],
480 }], 482 }],
481 ], 483 ],
482 } 484 }
OLDNEW
« no previous file with comments | « ui/events/event_utils.h ('k') | ui/events/gesture_detection/gesture_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698