| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ['use_ozone==1', { | 355 ['use_ozone==1', { |
| 356 'sources': [ | 356 'sources': [ |
| 357 'ozone/chromeos/cursor_controller_unittest.cc', | 357 'ozone/chromeos/cursor_controller_unittest.cc', |
| 358 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 358 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 359 'ozone/evdev/event_converter_test_util.cc', | 359 'ozone/evdev/event_converter_test_util.cc', |
| 360 'ozone/evdev/event_device_info_unittest.cc', | 360 'ozone/evdev/event_device_info_unittest.cc', |
| 361 'ozone/evdev/event_device_test_util.cc', | 361 'ozone/evdev/event_device_test_util.cc', |
| 362 'ozone/evdev/input_injector_evdev_unittest.cc', | 362 'ozone/evdev/input_injector_evdev_unittest.cc', |
| 363 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 363 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
| 364 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 364 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 365 'ozone/evdev/touch_noise/touch_noise_finder_unittest.cc', |
| 365 ], | 366 ], |
| 366 'dependencies': [ | 367 'dependencies': [ |
| 367 'ozone/events_ozone.gyp:events_ozone', | 368 'ozone/events_ozone.gyp:events_ozone', |
| 368 'ozone/events_ozone.gyp:events_ozone_evdev', | 369 'ozone/events_ozone.gyp:events_ozone_evdev', |
| 369 'ozone/events_ozone.gyp:events_ozone_layout', | 370 'ozone/events_ozone.gyp:events_ozone_layout', |
| 370 ] | 371 ] |
| 371 }], | 372 }], |
| 372 ['use_xkbcommon==1', { | 373 ['use_xkbcommon==1', { |
| 373 'sources': [ | 374 'sources': [ |
| 374 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', | 375 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'dependencies': [ | 436 'dependencies': [ |
| 436 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 437 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 437 ], | 438 ], |
| 438 }], | 439 }], |
| 439 ], | 440 ], |
| 440 }, | 441 }, |
| 441 ], | 442 ], |
| 442 }], | 443 }], |
| 443 ], | 444 ], |
| 444 } | 445 } |
| OLD | NEW |