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