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

Unified Diff: device/usb/BUILD.gn

Issue 1256113006: Add utilities to parse WebUSB device descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment tweaks. Created 5 years, 4 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 | « device/device_tests.gyp ('k') | device/usb/usb.gyp » ('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 4a5caff2b815c7e3a320e4b473734e76b1820520..edb8c93cbb1cc85598cc83464fef07ae101a9073 100644
--- a/device/usb/BUILD.gn
+++ b/device/usb/BUILD.gn
@@ -30,6 +30,8 @@ source_set("usb") {
"usb_service.h",
"usb_service_impl.cc",
"usb_service_impl.h",
+ "webusb_descriptors.cc",
+ "webusb_descriptors.h",
generated_ids,
]
« no previous file with comments | « device/device_tests.gyp ('k') | device/usb/usb.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698