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

Unified Diff: device/usb/BUILD.gn

Issue 2702623002: Add support for reading USB descriptors to the new Windows backend. (Closed)
Patch Set: Addressed rockot@'s feedback and rebased. Created 3 years, 10 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 | device/usb/usb_descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/BUILD.gn
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn
index 9fb12359365781a48ac72764774741e5deccf3af..76fa59e24d4b5e78d7b007d8e1b679c1a8efd7f1 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -32,6 +32,8 @@ static_library("usb") {
"usb_device_handle.h",
"usb_device_handle_android.cc",
"usb_device_handle_android.h",
+ "usb_device_handle_win.cc",
+ "usb_device_handle_win.h",
"usb_device_linux.cc",
"usb_device_linux.h",
"usb_device_win.cc",
« no previous file with comments | « no previous file | device/usb/usb_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698