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

Unified Diff: content/content_browser.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 | « content/browser/udev_linux.cc ('k') | device/hid/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index befe9275c85ef3b0bec53d77271bcf86163bdfbe..9d25e989b2892fdf4fd55a32ac70721180dc5eb4 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1789,7 +1789,7 @@
}],
['use_udev == 1', {
'dependencies': [
- '../build/linux/system.gyp:udev',
+ '../device/udev_linux/udev.gyp:udev_linux',
],
}, {
'sources!': [
« no previous file with comments | « content/browser/udev_linux.cc ('k') | device/hid/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698