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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 'conditions': [ | 331 'conditions': [ |
332 ['use_x11==1', { | 332 ['use_x11==1', { |
333 'dependencies': [ | 333 'dependencies': [ |
334 '../../build/linux/system.gyp:x11', | 334 '../../build/linux/system.gyp:x11', |
335 '../gfx/x/gfx_x11.gyp:gfx_x11', | 335 '../gfx/x/gfx_x11.gyp:gfx_x11', |
336 ], | 336 ], |
337 }], | 337 }], |
338 ['use_ozone==1', { | 338 ['use_ozone==1', { |
339 'sources': [ | 339 'sources': [ |
340 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 340 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 341 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
341 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 342 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
342 ], | 343 ], |
343 'dependencies': [ | 344 'dependencies': [ |
344 'ozone/events_ozone.gyp:events_ozone', | 345 'ozone/events_ozone.gyp:events_ozone', |
345 'ozone/events_ozone.gyp:events_ozone_evdev', | 346 'ozone/events_ozone.gyp:events_ozone_evdev', |
346 ] | 347 ] |
347 }], | 348 }], |
348 ['use_aura==0', { | 349 ['use_aura==0', { |
349 'sources!': [ | 350 'sources!': [ |
350 'gestures/gesture_provider_aura_unittest.cc', | 351 'gestures/gesture_provider_aura_unittest.cc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 ], | 383 ], |
383 'variables': { | 384 'variables': { |
384 'test_suite_name': 'events_unittests', | 385 'test_suite_name': 'events_unittests', |
385 }, | 386 }, |
386 'includes': [ '../../build/apk_test.gypi' ], | 387 'includes': [ '../../build/apk_test.gypi' ], |
387 }, | 388 }, |
388 ], | 389 ], |
389 }], | 390 }], |
390 ], | 391 ], |
391 } | 392 } |
OLD | NEW |