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/keyboard_code_conversion.cc', | 57 'keycodes/keyboard_code_conversion.cc', |
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'dependencies': [ | 454 'dependencies': [ |
453 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 455 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
454 ], | 456 ], |
455 }], | 457 }], |
456 ], | 458 ], |
457 }, | 459 }, |
458 ], | 460 ], |
459 }], | 461 }], |
460 ], | 462 ], |
461 } | 463 } |
OLD | NEW |