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

Unified Diff: device/hid/hid.gyp

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/hid/device_monitor_linux.cc ('k') | device/hid/hid_service_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid.gyp
diff --git a/device/hid/hid.gyp b/device/hid/hid.gyp
index 1855d3a52d91a16fef47cd4b0aa01654a1547efe..22b2dde03905aaaecab8d10e98a0b64a82aac98d 100644
--- a/device/hid/hid.gyp
+++ b/device/hid/hid.gyp
@@ -54,8 +54,6 @@
'../udev_linux/udev.gyp:udev_linux',
],
'sources': [
- 'device_monitor_linux.cc',
- 'device_monitor_linux.h',
'fake_input_service_linux.cc',
'fake_input_service_linux.h',
'hid_service_linux.cc',
@@ -63,7 +61,7 @@
'input_service_linux.cc',
'input_service_linux.h',
],
- }],
+ }],
['OS=="win"', {
'all_dependent_settings': {
'msvs_settings': {
« no previous file with comments | « device/hid/device_monitor_linux.cc ('k') | device/hid/hid_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698