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/core/core.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/core/BUILD.gn ('k') | device/core/device_monitor_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/core.gyp
diff --git a/device/core/core.gyp b/device/core/core.gyp
index 19754cbe23e5f565dadfb6a2511e06464b34e165..db79eb4145c0d07497c11d7e971b948f4afa9cd6 100644
--- a/device/core/core.gyp
+++ b/device/core/core.gyp
@@ -26,6 +26,17 @@
],
'dependencies': [
'../../base/base.gyp:base',
+ ],
+ 'conditions': [
+ ['use_udev==1', {
+ 'dependencies': [
+ '../udev_linux/udev.gyp:udev_linux',
+ ],
+ 'sources': [
+ 'device_monitor_linux.cc',
+ 'device_monitor_linux.h',
+ ],
+ }],
]
},
{
« no previous file with comments | « device/core/BUILD.gn ('k') | device/core/device_monitor_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698