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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'gestures/gesture_recognizer_impl.cc', | 72 'gestures/gesture_recognizer_impl.cc', |
73 'gestures/gesture_recognizer_impl.h', | 73 'gestures/gesture_recognizer_impl.h', |
74 'gestures/gesture_sequence.cc', | 74 'gestures/gesture_sequence.cc', |
75 'gestures/gesture_sequence.h', | 75 'gestures/gesture_sequence.h', |
76 'gestures/gesture_types.cc', | 76 'gestures/gesture_types.cc', |
77 'gestures/gesture_types.h', | 77 'gestures/gesture_types.h', |
78 'gestures/gesture_util.cc', | 78 'gestures/gesture_util.cc', |
79 'gestures/gesture_util.h', | 79 'gestures/gesture_util.h', |
80 'gestures/velocity_calculator.cc', | 80 'gestures/velocity_calculator.cc', |
81 'gestures/velocity_calculator.h', | 81 'gestures/velocity_calculator.h', |
| 82 'ozone/evdev/event_device_info.cc', |
| 83 'ozone/evdev/event_device_info.h', |
82 'ozone/evdev/event_factory.cc', | 84 'ozone/evdev/event_factory.cc', |
83 'ozone/evdev/event_factory.h', | 85 'ozone/evdev/event_factory.h', |
84 'ozone/evdev/event_modifiers.cc', | 86 'ozone/evdev/event_modifiers.cc', |
85 'ozone/evdev/event_modifiers.h', | 87 'ozone/evdev/event_modifiers.h', |
86 'ozone/evdev/key_event_converter.cc', | 88 'ozone/evdev/key_event_converter.cc', |
87 'ozone/evdev/key_event_converter.h', | 89 'ozone/evdev/key_event_converter.h', |
88 'ozone/evdev/touch_event_converter.cc', | 90 'ozone/evdev/touch_event_converter.cc', |
89 'ozone/evdev/touch_event_converter.h', | 91 'ozone/evdev/touch_event_converter.h', |
90 'ozone/event_converter_ozone.cc', | 92 'ozone/event_converter_ozone.cc', |
91 'ozone/event_converter_ozone.h', | 93 'ozone/event_converter_ozone.h', |
(...skipping 24 matching lines...) Expand all Loading... |
116 '<(DEPTH)/build/linux/system.gyp:x11', | 118 '<(DEPTH)/build/linux/system.gyp:x11', |
117 ], | 119 ], |
118 }], | 120 }], |
119 ['use_ozone_evdev==1', { | 121 ['use_ozone_evdev==1', { |
120 'defines': ['USE_OZONE_EVDEV=1'], | 122 'defines': ['USE_OZONE_EVDEV=1'], |
121 }], | 123 }], |
122 ], | 124 ], |
123 } | 125 } |
124 ], | 126 ], |
125 } | 127 } |
OLD | NEW |