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

Unified Diff: Source/modules/modules.gypi

Issue 1262163003: Add WebUSB bindings and client interface [part 1] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Handle null navigator.frame() without ASSERT Created 5 years, 5 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 | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/webusb/NavigatorUSB.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index baa268153d2af39ae1c342adfc6ad58826792942..91fe880b079d9bc066376b892c6280de0db2ec9a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -290,6 +290,8 @@
'webmidi/MIDIPort.idl',
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
+ 'webusb/USB.idl',
+ 'webusb/USBDevice.idl',
],
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
@@ -365,6 +367,7 @@
'webgl/WebGL2RenderingContextBase.idl',
'webgl/WebGLRenderingContextBase.idl',
'webmidi/NavigatorWebMIDI.idl',
+ 'webusb/NavigatorUSB.idl',
],
# interfaces that inherit from Event
'modules_event_idl_files': [
@@ -466,6 +469,8 @@
'webmidi/MIDIMessageEventInit.idl',
'webmidi/MIDIOptions.idl',
'websockets/CloseEventInit.idl',
+ 'webusb/USBDeviceEnumerationOptions.idl',
+ 'webusb/USBDeviceFilter.idl',
],
'generated_modules_files': [
# .cpp files from make_modules_generated actions.
@@ -601,6 +606,10 @@
'<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
'<(blink_modules_output_dir)/websockets/CloseEventInit.cpp',
'<(blink_modules_output_dir)/websockets/CloseEventInit.h',
+ '<(blink_modules_output_dir)/webusb/USBDeviceEnumerationOptions.cpp',
+ '<(blink_modules_output_dir)/webusb/USBDeviceEnumerationOptions.h',
+ '<(blink_modules_output_dir)/webusb/USBDeviceFilter.cpp',
+ '<(blink_modules_output_dir)/webusb/USBDeviceFilter.h',
],
'modules_files': [
'<@(extra_blink_module_files)',
@@ -1672,6 +1681,13 @@
'websockets/WebSocketFrame.h',
'websockets/WorkerWebSocketChannel.cpp',
'websockets/WorkerWebSocketChannel.h',
+ 'webusb/NavigatorUSB.cpp',
+ 'webusb/NavigatorUSB.h',
+ 'webusb/USB.cpp',
+ 'webusb/USB.h',
+ 'webusb/USBController.cpp',
+ 'webusb/USBController.h',
+ 'webusb/USBDevice.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/NavigatorUSB.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698