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

Unified Diff: Source/modules/modules.gypi

Issue 1252913014: WebUSB bindings part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update expeced interface listing 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 cf0b31a2aafa734231e176a58b1cfb860b18c951..f6eeb281b1cd39247dea5fa6e46232169bd76e36 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -290,7 +290,9 @@
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
'webusb/USB.idl',
+ 'webusb/USBConfiguration.idl',
'webusb/USBDevice.idl',
+ 'webusb/USBInterface.idl',
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
@@ -1684,11 +1686,16 @@
'webusb/NavigatorUSB.h',
'webusb/USB.cpp',
'webusb/USB.h',
+ 'webusb/USBConfiguration.cpp',
+ 'webusb/USBConfiguration.h',
'webusb/USBController.cpp',
'webusb/USBController.h',
+ 'webusb/USBDevice.cpp',
'webusb/USBDevice.h',
'webusb/USBError.cpp',
'webusb/USBError.h',
+ 'webusb/USBInterface.cpp',
+ 'webusb/USBInterface.h',
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/webusb/USBConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698