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

Unified Diff: device/serial/serial.gyp

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 | « device/serial/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial.gyp
diff --git a/device/serial/serial.gyp b/device/serial/serial.gyp
index 50aaa709fb7d7c713d67b770bf2064444bfd70b0..e3eca58fcba8134b01d8ef114dae73277bcfe704 100644
--- a/device/serial/serial.gyp
+++ b/device/serial/serial.gyp
@@ -31,7 +31,7 @@
'conditions': [
['use_udev == 1', {
'dependencies': [
- '../../build/linux/system.gyp:udev',
+ '../udev_linux/udev.gyp:udev_linux',
],
}, {
'sources!': [
« no previous file with comments | « device/serial/BUILD.gn ('k') | device/udev_linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698