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

Unified Diff: third_party/libusb/libusb.gyp

Issue 9969185: third_party/libusb: vs2010 build fixes and android-conditional build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « chrome/chrome_browser.gypi ('k') | third_party/libusb/libusb/os/windows_usb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libusb/libusb.gyp
diff --git a/third_party/libusb/libusb.gyp b/third_party/libusb/libusb.gyp
index 45a0b1bd48eabeff7f749f7b8ee83a3741c98202..6c5ffd4656d92349bd493d487c2dd36135c77967 100644
--- a/third_party/libusb/libusb.gyp
+++ b/third_party/libusb/libusb.gyp
@@ -36,8 +36,9 @@
}],
[ 'OS == "win"', {
'sources': [
- 'libusb/os/windows_usb.c',
+ 'libusb/os/poll_windows.c',
'libusb/os/threads_windows.c',
+ 'libusb/os/windows_usb.c',
],
'include_dirs!': [
'.',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | third_party/libusb/libusb/os/windows_usb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698