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

Unified Diff: Source/modules/modules.gypi

Issue 1270983002: WebUSB bindings part 4 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: punctuation 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 58a4b5e8aa62d9418519035293076ef60baf0d59..861d6b00bfb78cb19d401fda84177ad9fbe3af51 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -290,6 +290,8 @@
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
'webusb/USB.idl',
+ 'webusb/USBAlternateInterface.idl',
+ 'webusb/USBEndpoint.idl',
'webusb/USBConfiguration.idl',
'webusb/USBDevice.idl',
'webusb/USBInterface.idl',
@@ -1688,12 +1690,16 @@
'webusb/NavigatorUSB.h',
'webusb/USB.cpp',
'webusb/USB.h',
+ 'webusb/USBAlternateInterface.cpp',
+ 'webusb/USBAlternateInterface.h',
'webusb/USBConfiguration.cpp',
'webusb/USBConfiguration.h',
'webusb/USBController.cpp',
'webusb/USBController.h',
'webusb/USBDevice.cpp',
'webusb/USBDevice.h',
+ 'webusb/USBEndpoint.cpp',
+ 'webusb/USBEndpoint.h',
'webusb/USBError.cpp',
'webusb/USBError.h',
'webusb/USBInterface.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/webusb/USBAlternateInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698