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 'ozone/evdev/input_injector_evdev_unittest.cc', | 355 'ozone/evdev/input_injector_evdev_unittest.cc', |
356 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 356 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
357 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 357 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
358 ], | 358 ], |
359 'dependencies': [ | 359 'dependencies': [ |
360 'ozone/events_ozone.gyp:events_ozone', | 360 'ozone/events_ozone.gyp:events_ozone', |
361 'ozone/events_ozone.gyp:events_ozone_evdev', | 361 'ozone/events_ozone.gyp:events_ozone_evdev', |
362 'ozone/events_ozone.gyp:events_ozone_layout', | 362 'ozone/events_ozone.gyp:events_ozone_layout', |
363 ] | 363 ] |
364 }], | 364 }], |
| 365 ['use_xkbcommon==1', { |
| 366 'sources': [ |
| 367 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', |
| 368 ] |
| 369 }], |
365 ['use_aura==0', { | 370 ['use_aura==0', { |
366 'sources!': [ | 371 'sources!': [ |
367 'gestures/gesture_provider_aura_unittest.cc', | 372 'gestures/gesture_provider_aura_unittest.cc', |
368 'gestures/motion_event_aura_unittest.cc', | 373 'gestures/motion_event_aura_unittest.cc', |
369 ], | 374 ], |
370 }], | 375 }], |
371 ['OS=="linux" and use_allocator!="none"', { | 376 ['OS=="linux" and use_allocator!="none"', { |
372 'dependencies': [ | 377 'dependencies': [ |
373 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 378 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
374 ], | 379 ], |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'dependencies': [ | 428 'dependencies': [ |
424 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 429 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
425 ], | 430 ], |
426 }], | 431 }], |
427 ], | 432 ], |
428 }, | 433 }, |
429 ], | 434 ], |
430 }], | 435 }], |
431 ], | 436 ], |
432 } | 437 } |
OLD | NEW |