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

Unified Diff: device/serial/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
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/usb/BUILD.gn » ('j') | device/usb/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/BUILD.gn
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index 099b7ade2aacd13e20f4982e28d2eea3d9f7e91f..cef2d433c645137b1acbef5c73b098373c101f8d 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -49,7 +49,7 @@ static_library("serial") {
"//third_party/mojo/src/mojo/public/cpp/system",
]
- 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) {
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/usb/BUILD.gn » ('j') | device/usb/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698