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

Side by Side Diff: ui/events/devices/BUILD.gn

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("devices") { 5 component("devices") {
6 sources = [ 6 sources = [
7 "device_data_manager.cc", 7 "device_data_manager.cc",
8 "device_data_manager.h", 8 "device_data_manager.h",
9 "device_hotplug_event_observer.h", 9 "device_hotplug_event_observer.h",
10 "device_util_linux.cc", 10 "device_util_linux.cc",
11 "device_util_linux.h", 11 "device_util_linux.h",
12 "events_devices_export.h", 12 "events_devices_export.h",
13 "input_device.cc", 13 "input_device.cc",
14 "input_device.h", 14 "input_device.h",
15 "input_device_event_observer.h", 15 "input_device_event_observer.h",
16 "keyboard_device.cc", 16 "keyboard_device.cc",
17 "keyboard_device.h", 17 "keyboard_device.h",
18 "touchscreen_device.cc", 18 "touchscreen_device.cc",
19 "touchscreen_device.h", 19 "touchscreen_device.h",
20 ] 20 ]
21 21
22 defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ] 22 defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ]
23 23
24 deps = [ 24 deps = [
25 "//base", 25 "//base",
26 "//base/third_party/dynamic_annotations", 26 "//base/third_party/dynamic_annotations",
27 "//skia", 27 "//skia",
28 "//ui/display",
28 "//ui/gfx", 29 "//ui/gfx",
29 "//ui/gfx/geometry", 30 "//ui/gfx/geometry",
30 ] 31 ]
31 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698