| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'events_base', | 234 'events_base', |
| 235 'platform/events_platform.gyp:events_platform', | 235 'platform/events_platform.gyp:events_platform', |
| 236 ], | 236 ], |
| 237 'sources': [ | 237 'sources': [ |
| 238 'test/cocoa_test_event_utils.h', | 238 'test/cocoa_test_event_utils.h', |
| 239 'test/cocoa_test_event_utils.mm', | 239 'test/cocoa_test_event_utils.mm', |
| 240 'test/events_test_utils.cc', | 240 'test/events_test_utils.cc', |
| 241 'test/events_test_utils.h', | 241 'test/events_test_utils.h', |
| 242 'test/events_test_utils_x11.cc', | 242 'test/events_test_utils_x11.cc', |
| 243 'test/events_test_utils_x11.h', | 243 'test/events_test_utils_x11.h', |
| 244 'test/mock_motion_event.cc', |
| 245 'test/mock_motion_event.h', |
| 244 'test/platform_event_waiter.cc', | 246 'test/platform_event_waiter.cc', |
| 245 'test/platform_event_waiter.h', | 247 'test/platform_event_waiter.h', |
| 246 'test/test_event_handler.cc', | 248 'test/test_event_handler.cc', |
| 247 'test/test_event_handler.h', | 249 'test/test_event_handler.h', |
| 248 'test/test_event_processor.cc', | 250 'test/test_event_processor.cc', |
| 249 'test/test_event_processor.h', | 251 'test/test_event_processor.h', |
| 250 'test/test_event_target.cc', | 252 'test/test_event_target.cc', |
| 251 'test/test_event_target.h', | 253 'test/test_event_target.h', |
| 252 ], | 254 ], |
| 253 'conditions': [ | 255 'conditions': [ |
| (...skipping 30 matching lines...) Expand all Loading... |
| 284 'sources': [ | 286 'sources': [ |
| 285 'cocoa/events_mac_unittest.mm', | 287 'cocoa/events_mac_unittest.mm', |
| 286 'event_dispatcher_unittest.cc', | 288 'event_dispatcher_unittest.cc', |
| 287 'event_processor_unittest.cc', | 289 'event_processor_unittest.cc', |
| 288 'event_rewriter_unittest.cc', | 290 'event_rewriter_unittest.cc', |
| 289 'event_unittest.cc', | 291 'event_unittest.cc', |
| 290 'gestures/motion_event_aura_unittest.cc', | 292 'gestures/motion_event_aura_unittest.cc', |
| 291 'gestures/velocity_calculator_unittest.cc', | 293 'gestures/velocity_calculator_unittest.cc', |
| 292 'gesture_detection/bitset_32_unittest.cc', | 294 'gesture_detection/bitset_32_unittest.cc', |
| 293 'gesture_detection/gesture_provider_unittest.cc', | 295 'gesture_detection/gesture_provider_unittest.cc', |
| 294 'gesture_detection/mock_motion_event.h', | |
| 295 'gesture_detection/mock_motion_event.cc', | |
| 296 'gesture_detection/velocity_tracker_unittest.cc', | 296 'gesture_detection/velocity_tracker_unittest.cc', |
| 297 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 297 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
| 298 'keycodes/dom4/keycode_converter_unittest.cc', | 298 'keycodes/dom4/keycode_converter_unittest.cc', |
| 299 'latency_info_unittest.cc', | 299 'latency_info_unittest.cc', |
| 300 'platform/platform_event_source_unittest.cc', | 300 'platform/platform_event_source_unittest.cc', |
| 301 'x/events_x_unittest.cc', | 301 'x/events_x_unittest.cc', |
| 302 ], | 302 ], |
| 303 'conditions': [ | 303 'conditions': [ |
| 304 ['use_ozone==1', { | 304 ['use_ozone==1', { |
| 305 'sources': [ | 305 'sources': [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ], | 348 ], |
| 349 'variables': { | 349 'variables': { |
| 350 'test_suite_name': 'events_unittests', | 350 'test_suite_name': 'events_unittests', |
| 351 }, | 351 }, |
| 352 'includes': [ '../../build/apk_test.gypi' ], | 352 'includes': [ '../../build/apk_test.gypi' ], |
| 353 }, | 353 }, |
| 354 ], | 354 ], |
| 355 }], | 355 }], |
| 356 ], | 356 ], |
| 357 } | 357 } |
| OLD | NEW |