Index: chrome/browser/BUILD.gn |
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
index 2f028d8a2b7be18ef61e6964e253912b7d8f937f..dafc5af7df5ca72d21222ef89806338c1208f6c5 100644 |
--- a/chrome/browser/BUILD.gn |
+++ b/chrome/browser/BUILD.gn |
@@ -387,8 +387,10 @@ static_library("browser") { |
} |
if (is_linux) { |
- configs += [ "//build/config/linux:udev" ] |
- deps += [ "//device/media_transfer_protocol" ] |
+ deps += [ |
+ "//device/media_transfer_protocol", |
+ "//device/udev_linux" |
+ ] |
} |
if (is_linux && !is_chromeos) { |
deps += [ "//third_party/speech-dispatcher" ] |