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

Unified Diff: device/usb/BUILD.gn

Issue 674703002: Linux: Dynamically load libudev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scoped_udev
Patch Set: rebase to head, which includes third_party/libudev already Created 6 years, 1 month 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/udev_linux/udev_loader.cc ('k') | device/usb/usb.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index e12e74568fb39afd53e7b58de615cc475ac0ab7f..d310a950b1d1f0ef2baf9f44d76971bffc5ebadf 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -39,7 +39,7 @@ source_set("usb") {
]
if (is_linux) {
- configs += [ "//build/config/linux:udev" ]
+ deps += [ "//device/udev_linux" ]
}
}
« no previous file with comments | « device/udev_linux/udev_loader.cc ('k') | device/usb/usb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698