| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'x/events_x_unittest.cc', | 65 'x/events_x_unittest.cc', |
| 66 ], | 66 ], |
| 67 'include_dirs': [ | 67 'include_dirs': [ |
| 68 '../../testing/gmock/include', | 68 '../../testing/gmock/include', |
| 69 ], | 69 ], |
| 70 'conditions': [ | 70 'conditions': [ |
| 71 ['use_x11==1', { | 71 ['use_x11==1', { |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../../build/linux/system.gyp:x11', | 73 '../../build/linux/system.gyp:x11', |
| 74 '../gfx/x/gfx_x11.gyp:gfx_x11', | 74 '../gfx/x/gfx_x11.gyp:gfx_x11', |
| 75 » 'x/events_x.gyp:events_x', | 75 'devices/x11/events_devices_x11.gyp:events_devices_x11', |
| 76 'x/events_x.gyp:events_x', |
| 76 ], | 77 ], |
| 77 }], | 78 }], |
| 78 ['use_ozone==1', { | 79 ['use_ozone==1', { |
| 79 'sources': [ | 80 'sources': [ |
| 80 'ozone/chromeos/cursor_controller_unittest.cc', | 81 'ozone/chromeos/cursor_controller_unittest.cc', |
| 81 'ozone/evdev/event_converter_evdev_impl_unittest.cc', | 82 'ozone/evdev/event_converter_evdev_impl_unittest.cc', |
| 82 'ozone/evdev/event_converter_test_util.cc', | 83 'ozone/evdev/event_converter_test_util.cc', |
| 83 'ozone/evdev/event_device_info_unittest.cc', | 84 'ozone/evdev/event_device_info_unittest.cc', |
| 84 'ozone/evdev/event_device_test_util.cc', | 85 'ozone/evdev/event_device_test_util.cc', |
| 85 'ozone/evdev/input_injector_evdev_unittest.cc', | 86 'ozone/evdev/input_injector_evdev_unittest.cc', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'dependencies': [ | 188 'dependencies': [ |
| 188 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 189 ], | 190 ], |
| 190 }], | 191 }], |
| 191 ], | 192 ], |
| 192 }, | 193 }, |
| 193 ], | 194 ], |
| 194 }], | 195 }], |
| 195 ], | 196 ], |
| 196 } | 197 } |
| OLD | NEW |