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

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

Issue 2519993002: Move kInvalidDisplayID to display_constants.h. (Closed)
Patch Set: Address comments. Created 4 years 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/display/types/display_constants.h ('k') | ui/events/devices/device_data_manager.cc » ('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 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",
(...skipping 12 matching lines...) Expand all
23 defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ] 23 defines = [ "EVENTS_DEVICES_IMPLEMENTATION" ]
24 24
25 public_deps = [ 25 public_deps = [
26 "//ui/gfx", 26 "//ui/gfx",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 "//base", 30 "//base",
31 "//base/third_party/dynamic_annotations", 31 "//base/third_party/dynamic_annotations",
32 "//skia", 32 "//skia",
33 "//ui/display", 33 "//ui/display/types",
34 "//ui/gfx/geometry", 34 "//ui/gfx/geometry",
35 ] 35 ]
36 } 36 }
OLDNEW
« no previous file with comments | « ui/display/types/display_constants.h ('k') | ui/events/devices/device_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698