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

Unified Diff: third_party/libusb/BUILD.gn

Issue 235983002: GN Windows build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: third_party/libusb/BUILD.gn
diff --git a/third_party/libusb/BUILD.gn b/third_party/libusb/BUILD.gn
index 837e53c213bb85796b39ef062f16014613f439b6..27761efa0da49b3694d425fe8ec0d6a94a3c4829 100644
--- a/third_party/libusb/BUILD.gn
+++ b/third_party/libusb/BUILD.gn
@@ -91,6 +91,10 @@ static_library("libusb") {
if (is_win) {
include_dirs += [ "src/msvc" ]
+ sources -= [
+ "src/libusb/os/poll_posix.c",
scottmg 2014/04/11 21:43:26 why aren't these filtered by the set_assignment_fi
brettw 2014/04/11 23:05:00 They're .c files. The filter only has .cc in it no
scottmg 2014/04/11 23:12:31 Ah, missed that. Makes sense I guess, but I feel l
+ "src/libusb/os/threads_posix.c",
+ ]
} else {
include_dirs += [ "src" ]
sources -= [
« base/BUILD.gn ('K') | « skia/skia_gn_files.gypi ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698