| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 ['use_x11==1', { | 347 ['use_x11==1', { |
| 348 'dependencies': [ | 348 'dependencies': [ |
| 349 '../../build/linux/system.gyp:x11', | 349 '../../build/linux/system.gyp:x11', |
| 350 '../gfx/x/gfx_x11.gyp:gfx_x11', | 350 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 351 ], | 351 ], |
| 352 }], | 352 }], |
| 353 ['use_ozone==1', { | 353 ['use_ozone==1', { |
| 354 'sources': [ | 354 'sources': [ |
| 355 'ozone/chromeos/cursor_controller_unittest.cc', | 355 'ozone/chromeos/cursor_controller_unittest.cc', |
| 356 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 356 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 357 'ozone/evdev/event_converter_test_util.cc', |
| 357 'ozone/evdev/input_injector_evdev_unittest.cc', | 358 'ozone/evdev/input_injector_evdev_unittest.cc', |
| 358 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', | 359 'ozone/evdev/tablet_event_converter_evdev_unittest.cc', |
| 359 'ozone/evdev/touch_event_converter_evdev_unittest.cc', | 360 'ozone/evdev/touch_event_converter_evdev_unittest.cc', |
| 360 ], | 361 ], |
| 361 'dependencies': [ | 362 'dependencies': [ |
| 362 'ozone/events_ozone.gyp:events_ozone', | 363 'ozone/events_ozone.gyp:events_ozone', |
| 363 'ozone/events_ozone.gyp:events_ozone_evdev', | 364 'ozone/events_ozone.gyp:events_ozone_evdev', |
| 364 'ozone/events_ozone.gyp:events_ozone_layout', | 365 'ozone/events_ozone.gyp:events_ozone_layout', |
| 365 ] | 366 ] |
| 366 }], | 367 }], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 'dependencies': [ | 431 'dependencies': [ |
| 431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 432 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 432 ], | 433 ], |
| 433 }], | 434 }], |
| 434 ], | 435 ], |
| 435 }, | 436 }, |
| 436 ], | 437 ], |
| 437 }], | 438 }], |
| 438 ], | 439 ], |
| 439 } | 440 } |
| OLD | NEW |