| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'events_base', | 176 'events_base', |
| 177 ], | 177 ], |
| 178 'defines': [ | 178 'defines': [ |
| 179 'GESTURE_DETECTION_IMPLEMENTATION', | 179 'GESTURE_DETECTION_IMPLEMENTATION', |
| 180 ], | 180 ], |
| 181 'sources': [ | 181 'sources': [ |
| 182 'gesture_detection/bitset_32.h', | 182 'gesture_detection/bitset_32.h', |
| 183 'gesture_detection/gesture_detection_export.h', | 183 'gesture_detection/gesture_detection_export.h', |
| 184 'gesture_detection/gesture_detector.cc', | 184 'gesture_detection/gesture_detector.cc', |
| 185 'gesture_detection/gesture_detector.h', | 185 'gesture_detection/gesture_detector.h', |
| 186 'gesture_detection/gesture_event_params.cc', | 186 'gesture_detection/gesture_event_data.cc', |
| 187 'gesture_detection/gesture_event_params.h', | 187 'gesture_detection/gesture_event_data.h', |
| 188 'gesture_detection/gesture_event_data_packet.cc', |
| 189 'gesture_detection/gesture_event_data_packet.h', |
| 188 'gesture_detection/gesture_config_helper.h', | 190 'gesture_detection/gesture_config_helper.h', |
| 189 'gesture_detection/gesture_config_helper_aura.cc', | 191 'gesture_detection/gesture_config_helper_aura.cc', |
| 190 'gesture_detection/gesture_config_helper_android.cc', | 192 'gesture_detection/gesture_config_helper_android.cc', |
| 191 'gesture_detection/gesture_provider.cc', | 193 'gesture_detection/gesture_provider.cc', |
| 192 'gesture_detection/gesture_provider.h', | 194 'gesture_detection/gesture_provider.h', |
| 193 'gesture_detection/motion_event.h', | 195 'gesture_detection/motion_event.h', |
| 194 'gesture_detection/scale_gesture_detector.cc', | 196 'gesture_detection/scale_gesture_detector.cc', |
| 195 'gesture_detection/scale_gesture_detector.h', | 197 'gesture_detection/scale_gesture_detector.h', |
| 196 'gesture_detection/snap_scroll_controller.cc', | 198 'gesture_detection/snap_scroll_controller.cc', |
| 197 'gesture_detection/snap_scroll_controller.h', | 199 'gesture_detection/snap_scroll_controller.h', |
| 200 'gesture_detection/touch_disposition_gesture_filter.cc', |
| 201 'gesture_detection/touch_disposition_gesture_filter.h', |
| 198 'gesture_detection/velocity_tracker_state.cc', | 202 'gesture_detection/velocity_tracker_state.cc', |
| 199 'gesture_detection/velocity_tracker_state.h', | 203 'gesture_detection/velocity_tracker_state.h', |
| 200 'gesture_detection/velocity_tracker.cc', | 204 'gesture_detection/velocity_tracker.cc', |
| 201 'gesture_detection/velocity_tracker.h', | 205 'gesture_detection/velocity_tracker.h', |
| 202 ], | 206 ], |
| 203 'conditions': [ | 207 'conditions': [ |
| 204 ['use_aura==1', { | 208 ['use_aura==1', { |
| 205 'dependencies': [ | 209 'dependencies': [ |
| 206 'events' | 210 'events' |
| 207 ], | 211 ], |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'cocoa/cocoa_event_utils_unittest.mm', | 268 'cocoa/cocoa_event_utils_unittest.mm', |
| 265 'event_dispatcher_unittest.cc', | 269 'event_dispatcher_unittest.cc', |
| 266 'event_processor_unittest.cc', | 270 'event_processor_unittest.cc', |
| 267 'event_unittest.cc', | 271 'event_unittest.cc', |
| 268 'gestures/velocity_calculator_unittest.cc', | 272 'gestures/velocity_calculator_unittest.cc', |
| 269 'gesture_detection/bitset_32_unittest.cc', | 273 'gesture_detection/bitset_32_unittest.cc', |
| 270 'gesture_detection/gesture_provider_unittest.cc', | 274 'gesture_detection/gesture_provider_unittest.cc', |
| 271 'gesture_detection/mock_motion_event.h', | 275 'gesture_detection/mock_motion_event.h', |
| 272 'gesture_detection/mock_motion_event.cc', | 276 'gesture_detection/mock_motion_event.cc', |
| 273 'gesture_detection/velocity_tracker_unittest.cc', | 277 'gesture_detection/velocity_tracker_unittest.cc', |
| 278 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
| 274 'keycodes/dom4/keycode_converter_unittest.cc', | 279 'keycodes/dom4/keycode_converter_unittest.cc', |
| 275 'latency_info_unittest.cc', | 280 'latency_info_unittest.cc', |
| 276 'ozone/evdev/key_event_converter_evdev_unittest.cc', | 281 'ozone/evdev/key_event_converter_evdev_unittest.cc', |
| 277 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 282 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 278 'x/events_x_unittest.cc', | 283 'x/events_x_unittest.cc', |
| 279 ], | 284 ], |
| 280 'conditions': [ | 285 'conditions': [ |
| 281 ['OS=="linux" and linux_use_tcmalloc==1', { | 286 ['OS=="linux" and linux_use_tcmalloc==1', { |
| 282 'dependencies': [ | 287 'dependencies': [ |
| 283 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 288 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 313 'variables': { | 318 'variables': { |
| 314 'test_suite_name': 'events_unittests', | 319 'test_suite_name': 'events_unittests', |
| 315 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', | 320 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)events_un
ittests<(SHARED_LIB_SUFFIX)', |
| 316 }, | 321 }, |
| 317 'includes': [ '../../build/apk_test.gypi' ], | 322 'includes': [ '../../build/apk_test.gypi' ], |
| 318 }, | 323 }, |
| 319 ], | 324 ], |
| 320 }], | 325 }], |
| 321 ], | 326 ], |
| 322 } | 327 } |
| OLD | NEW |