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

Unified Diff: device/usb/BUILD.gn

Issue 1295353002: use_udev is more accurate than is_linux for udev gn deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: spotted another couple of instances of the same thing Created 5 years, 4 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
« device/serial/BUILD.gn ('K') | « device/serial/BUILD.gn ('k') | no next file » | 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 edb8c93cbb1cc85598cc83464fef07ae101a9073..ead8f5341ecf84962bdf5fff9facf69cf5521624 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -45,7 +45,7 @@ source_set("usb") {
"//third_party/libusb",
]
- if (is_linux) {
+ if (use_udev) {
tfarina 2015/08/18 20:09:19 OK. https://chromium.googlesource.com/chromium/sr
deps += [ "//device/udev_linux" ]
}
if (is_chromeos) {
« device/serial/BUILD.gn ('K') | « device/serial/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698