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

Unified Diff: third_party/libusb/BUILD.gn

Issue 1368773005: Enable timerfd in libusb. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't change OS X, udpate BUILD.gn as well. Created 5 years, 3 months 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 | « no previous file | third_party/libusb/libusb.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libusb/BUILD.gn
diff --git a/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn
index 0d7c9297a36443b3a47406314f36444a5cbe58a4..a0b088569ba43e8d761572e6f411183d9af4ffcb 100644
--- a/third_party/libusb/BUILD.gn
+++ b/third_party/libusb/BUILD.gn
@@ -95,6 +95,7 @@ static_library("libusb") {
]
defines += [
"OS_LINUX=1",
+ "USBI_TIMERFD_AVAILABLE",
"_GNU_SOURCE=1",
]
}
« no previous file with comments | « no previous file | third_party/libusb/libusb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698