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

Unified Diff: chrome/browser/BUILD.gn

Issue 674703002: Linux: Dynamically load libudev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scoped_udev
Patch Set: rebase to head, which includes third_party/libudev already Created 6 years, 1 month 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
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" ]
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/browser/extensions/api/image_writer_private/removable_storage_provider_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698