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