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

Unified Diff: content/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
« no previous file with comments | « components/storage_monitor/udev_util_linux.cc ('k') | content/browser/device_monitor_udev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a63da8da9e8a38e16f9c3033ee008907f2df534e..95c26801bed6c3c464ba4a0ee333cd916f4c5715 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -220,7 +220,7 @@ source_set("browser") {
}
if (use_udev) {
- configs += [ "//build/config/linux:udev" ]
+ deps += [ "//device/udev_linux" ]
} else {
# Remove udev-specific sources.
sources -= [
« no previous file with comments | « components/storage_monitor/udev_util_linux.cc ('k') | content/browser/device_monitor_udev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698