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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'gestures/gesture_provider_aura.h', | 116 'gestures/gesture_provider_aura.h', |
117 'gestures/gesture_recognizer.h', | 117 'gestures/gesture_recognizer.h', |
118 'gestures/gesture_recognizer_impl.cc', | 118 'gestures/gesture_recognizer_impl.cc', |
119 'gestures/gesture_recognizer_impl.h', | 119 'gestures/gesture_recognizer_impl.h', |
120 'gestures/gesture_recognizer_impl_mac.cc', | 120 'gestures/gesture_recognizer_impl_mac.cc', |
121 'gestures/gesture_sequence.cc', | 121 'gestures/gesture_sequence.cc', |
122 'gestures/gesture_sequence.h', | 122 'gestures/gesture_sequence.h', |
123 'gestures/gesture_types.h', | 123 'gestures/gesture_types.h', |
124 'gestures/motion_event_aura.cc', | 124 'gestures/motion_event_aura.cc', |
125 'gestures/motion_event_aura.h', | 125 'gestures/motion_event_aura.h', |
126 'gestures/unified_gesture_detector_enabled.cc', | |
127 'gestures/unified_gesture_detector_enabled.h', | |
128 'gestures/velocity_calculator.cc', | 126 'gestures/velocity_calculator.cc', |
129 'gestures/velocity_calculator.h', | 127 'gestures/velocity_calculator.h', |
130 'ozone/events_ozone.cc', | 128 'ozone/events_ozone.cc', |
131 'win/events_win.cc', | 129 'win/events_win.cc', |
132 'x/events_x.cc', | 130 'x/events_x.cc', |
133 'linux/text_edit_command_auralinux.cc', | 131 'linux/text_edit_command_auralinux.cc', |
134 'linux/text_edit_command_auralinux.h', | 132 'linux/text_edit_command_auralinux.h', |
135 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 133 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
136 'linux/text_edit_key_bindings_delegate_auralinux.h', | 134 'linux/text_edit_key_bindings_delegate_auralinux.h', |
137 ], | 135 ], |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 ], | 341 ], |
344 'variables': { | 342 'variables': { |
345 'test_suite_name': 'events_unittests', | 343 'test_suite_name': 'events_unittests', |
346 }, | 344 }, |
347 'includes': [ '../../build/apk_test.gypi' ], | 345 'includes': [ '../../build/apk_test.gypi' ], |
348 }, | 346 }, |
349 ], | 347 ], |
350 }], | 348 }], |
351 ], | 349 ], |
352 } | 350 } |
OLD | NEW |