OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |