| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 ], | 353 ], |
| 354 }], | 354 }], |
| 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/input_injector_evdev_unittest.cc', | 360 'ozone/evdev/input_injector_evdev_unittest.cc', |
| 361 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 361 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
| 362 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 362 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 363 'ozone/evdev/touch_noise/touch_noise_remover_unittest.cc', |
| 363 ], | 364 ], |
| 364 'dependencies': [ | 365 'dependencies': [ |
| 365 'ozone/events_ozone.gyp:events_ozone', | 366 'ozone/events_ozone.gyp:events_ozone', |
| 366 'ozone/events_ozone.gyp:events_ozone_evdev', | 367 'ozone/events_ozone.gyp:events_ozone_evdev', |
| 367 'ozone/events_ozone.gyp:events_ozone_layout', | 368 'ozone/events_ozone.gyp:events_ozone_layout', |
| 368 ] | 369 ] |
| 369 }], | 370 }], |
| 370 ['use_xkbcommon==1', { | 371 ['use_xkbcommon==1', { |
| 371 'sources': [ | 372 'sources': [ |
| 372 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', | 373 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'dependencies': [ | 434 'dependencies': [ |
| 434 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 435 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 435 ], | 436 ], |
| 436 }], | 437 }], |
| 437 ], | 438 ], |
| 438 }, | 439 }, |
| 439 ], | 440 ], |
| 440 }], | 441 }], |
| 441 ], | 442 ], |
| 442 } | 443 } |
| OLD | NEW |