Chromium Code Reviews| 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) { |