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

Unified Diff: device/usb/usb.gyp

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/usb/BUILD.gn ('k') | device/usb/webusb_descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb.gyp
diff --git a/device/usb/usb.gyp b/device/usb/usb.gyp
index f1afd8ca6888e330c2980036bd4f41fec3935b27..251353568d2055b7e8bcccad9f87d98365212a96 100644
--- a/device/usb/usb.gyp
+++ b/device/usb/usb.gyp
@@ -40,6 +40,8 @@
'usb_service.h',
'usb_service_impl.cc',
'usb_service_impl.h',
+ 'webusb_descriptors.cc',
+ 'webusb_descriptors.h',
],
'actions': [
{
« no previous file with comments | « device/usb/BUILD.gn ('k') | device/usb/webusb_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698