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

Unified Diff: device/hid/BUILD.gn

Issue 2014933002: Move DeviceMonitorLinux to //device/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment for boolean parameter. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/core/device_monitor_linux.cc ('k') | device/hid/device_monitor_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 763b36d0005d9855abac807d46a4014e4d0b786e..39a883962270093314933a3e1b1a5420fa1c44c5 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -46,8 +46,6 @@ source_set("hid") {
if (is_linux && use_udev) {
sources += [
- "device_monitor_linux.cc",
- "device_monitor_linux.h",
"fake_input_service_linux.cc",
"fake_input_service_linux.h",
"hid_service_linux.cc",
« no previous file with comments | « device/core/device_monitor_linux.cc ('k') | device/hid/device_monitor_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698