| 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', |
| 126 'gestures/velocity_calculator.cc', | 128 'gestures/velocity_calculator.cc', |
| 127 'gestures/velocity_calculator.h', | 129 'gestures/velocity_calculator.h', |
| 128 'ozone/events_ozone.cc', | 130 'ozone/events_ozone.cc', |
| 129 'win/events_win.cc', | 131 'win/events_win.cc', |
| 130 'x/events_x.cc', | 132 'x/events_x.cc', |
| 131 'linux/text_edit_command_auralinux.cc', | 133 'linux/text_edit_command_auralinux.cc', |
| 132 'linux/text_edit_command_auralinux.h', | 134 'linux/text_edit_command_auralinux.h', |
| 133 'linux/text_edit_key_bindings_delegate_auralinux.cc', | 135 'linux/text_edit_key_bindings_delegate_auralinux.cc', |
| 134 'linux/text_edit_key_bindings_delegate_auralinux.h', | 136 'linux/text_edit_key_bindings_delegate_auralinux.h', |
| 135 ], | 137 ], |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 ], | 343 ], |
| 342 'variables': { | 344 'variables': { |
| 343 'test_suite_name': 'events_unittests', | 345 'test_suite_name': 'events_unittests', |
| 344 }, | 346 }, |
| 345 'includes': [ '../../build/apk_test.gypi' ], | 347 'includes': [ '../../build/apk_test.gypi' ], |
| 346 }, | 348 }, |
| 347 ], | 349 ], |
| 348 }], | 350 }], |
| 349 ], | 351 ], |
| 350 } | 352 } |
| OLD | NEW |