Chromium Code Reviews| Index: third_party/libusb/BUILD.gn |
| diff --git a/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn |
| index 39afaf3df763f50cf990667d8ae05e5fc0d737c8..a415925f9ba4c4fd7c50d10b0361e0db17e2f522 100644 |
| --- a/third_party/libusb/BUILD.gn |
| +++ b/third_party/libusb/BUILD.gn |
| @@ -109,7 +109,7 @@ static_library("libusb") { |
| "HAVE_LIBUDEV=1", |
| "USE_UDEV=1", |
| ] |
| - deps += [ "//build/linux:udev" ] |
| + deps += [ "//build/linux/libudev" ] |
| } |
| if (is_linux && !use_udev) { |