| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', | 324 'gesture_detection/touch_disposition_gesture_filter_unittest.cc', |
| 325 'gesture_detection/velocity_tracker_unittest.cc', | 325 'gesture_detection/velocity_tracker_unittest.cc', |
| 326 'gestures/fling_curve_unittest.cc', | 326 'gestures/fling_curve_unittest.cc', |
| 327 'gestures/gesture_provider_aura_unittest.cc', | 327 'gestures/gesture_provider_aura_unittest.cc', |
| 328 'gestures/motion_event_aura_unittest.cc', | 328 'gestures/motion_event_aura_unittest.cc', |
| 329 'keycodes/dom4/keycode_converter_unittest.cc', | 329 'keycodes/dom4/keycode_converter_unittest.cc', |
| 330 'latency_info_unittest.cc', | 330 'latency_info_unittest.cc', |
| 331 'platform/platform_event_source_unittest.cc', | 331 'platform/platform_event_source_unittest.cc', |
| 332 'x/events_x_unittest.cc', | 332 'x/events_x_unittest.cc', |
| 333 ], | 333 ], |
| 334 'include_dirs': [ |
| 335 '../../testing/gmock/include', |
| 336 ], |
| 334 'conditions': [ | 337 'conditions': [ |
| 335 ['use_x11==1', { | 338 ['use_x11==1', { |
| 336 'dependencies': [ | 339 'dependencies': [ |
| 337 '../../build/linux/system.gyp:x11', | 340 '../../build/linux/system.gyp:x11', |
| 338 '../gfx/x/gfx_x11.gyp:gfx_x11', | 341 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 339 ], | 342 ], |
| 340 }], | 343 }], |
| 341 ['use_ozone==1', { | 344 ['use_ozone==1', { |
| 342 'sources': [ | 345 'sources': [ |
| 343 'ozone/chromeos/cursor_controller_unittest.cc', | 346 'ozone/chromeos/cursor_controller_unittest.cc', |
| 344 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 347 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 348 'ozone/evdev/input_injector_evdev_unittest.cc', |
| 345 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 349 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
| 346 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 350 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 347 ], | 351 ], |
| 348 'dependencies': [ | 352 'dependencies': [ |
| 349 'ozone/events_ozone.gyp:events_ozone', | 353 'ozone/events_ozone.gyp:events_ozone', |
| 350 'ozone/events_ozone.gyp:events_ozone_evdev', | 354 'ozone/events_ozone.gyp:events_ozone_evdev', |
| 351 ] | 355 ] |
| 352 }], | 356 }], |
| 353 ['use_aura==0', { | 357 ['use_aura==0', { |
| 354 'sources!': [ | 358 'sources!': [ |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 ], | 391 ], |
| 388 'variables': { | 392 'variables': { |
| 389 'test_suite_name': 'events_unittests', | 393 'test_suite_name': 'events_unittests', |
| 390 }, | 394 }, |
| 391 'includes': [ '../../build/apk_test.gypi' ], | 395 'includes': [ '../../build/apk_test.gypi' ], |
| 392 }, | 396 }, |
| 393 ], | 397 ], |
| 394 }], | 398 }], |
| 395 ], | 399 ], |
| 396 } | 400 } |
| OLD | NEW |