| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'event_utils.h', | 110 'event_utils.h', |
| 111 'events_export.h', | 111 'events_export.h', |
| 112 'events_stub.cc', | 112 'events_stub.cc', |
| 113 'gestures/gesture_point.cc', | 113 'gestures/gesture_point.cc', |
| 114 'gestures/gesture_point.h', | 114 'gestures/gesture_point.h', |
| 115 'gestures/gesture_provider_aura.cc', | 115 'gestures/gesture_provider_aura.cc', |
| 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_sequence.cc', | 121 'gestures/gesture_sequence.cc', |
| 121 'gestures/gesture_sequence.h', | 122 'gestures/gesture_sequence.h', |
| 122 'gestures/gesture_types.h', | 123 'gestures/gesture_types.h', |
| 123 'gestures/motion_event_aura.cc', | 124 'gestures/motion_event_aura.cc', |
| 124 'gestures/motion_event_aura.h', | 125 'gestures/motion_event_aura.h', |
| 125 'gestures/velocity_calculator.cc', | 126 'gestures/velocity_calculator.cc', |
| 126 'gestures/velocity_calculator.h', | 127 'gestures/velocity_calculator.h', |
| 127 'ozone/events_ozone.cc', | 128 'ozone/events_ozone.cc', |
| 128 'win/events_win.cc', | 129 'win/events_win.cc', |
| 129 'x/events_x.cc', | 130 'x/events_x.cc', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 ], | 341 ], |
| 341 'variables': { | 342 'variables': { |
| 342 'test_suite_name': 'events_unittests', | 343 'test_suite_name': 'events_unittests', |
| 343 }, | 344 }, |
| 344 'includes': [ '../../build/apk_test.gypi' ], | 345 'includes': [ '../../build/apk_test.gypi' ], |
| 345 }, | 346 }, |
| 346 ], | 347 ], |
| 347 }], | 348 }], |
| 348 ], | 349 ], |
| 349 } | 350 } |
| OLD | NEW |