Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: ui/events/events_unittests.gyp

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698