| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |