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

Unified Diff: chrome/chrome_browser_ui.gypi

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 | « chrome/chrome_browser.gypi ('k') | chrome/installer/linux/common/symlinks.include » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 5fe1e9214e7c812b1164163cd404560c15d21b5e..2da046ac61f481435ee8d959b4e16f718ab43b5b 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -3003,7 +3003,7 @@
}],
['use_udev==1', {
'dependencies': [
- '../build/linux/system.gyp:udev',
+ '../device/udev_linux/udev.gyp:udev_linux',
],
}],
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/installer/linux/common/symlinks.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698