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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'webmidi/MIDIAccess.idl', 283 'webmidi/MIDIAccess.idl',
284 'webmidi/MIDIConnectionEvent.idl', 284 'webmidi/MIDIConnectionEvent.idl',
285 'webmidi/MIDIInput.idl', 285 'webmidi/MIDIInput.idl',
286 'webmidi/MIDIInputMap.idl', 286 'webmidi/MIDIInputMap.idl',
287 'webmidi/MIDIMessageEvent.idl', 287 'webmidi/MIDIMessageEvent.idl',
288 'webmidi/MIDIOutput.idl', 288 'webmidi/MIDIOutput.idl',
289 'webmidi/MIDIOutputMap.idl', 289 'webmidi/MIDIOutputMap.idl',
290 'webmidi/MIDIPort.idl', 290 'webmidi/MIDIPort.idl',
291 'websockets/CloseEvent.idl', 291 'websockets/CloseEvent.idl',
292 'websockets/WebSocket.idl', 292 'websockets/WebSocket.idl',
293 'webusb/USB.idl',
294 'webusb/USBDevice.idl',
293 ], 295 ],
294 # 'partial interface' or target (right side of) 'implements' 296 # 'partial interface' or target (right side of) 'implements'
295 'modules_dependency_idl_files': [ 297 'modules_dependency_idl_files': [
296 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', 298 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
297 'background_sync/ServiceWorkerGlobalScopeSync.idl', 299 'background_sync/ServiceWorkerGlobalScopeSync.idl',
298 'background_sync/ServiceWorkerRegistrationSync.idl', 300 'background_sync/ServiceWorkerRegistrationSync.idl',
299 'battery/NavigatorBattery.idl', 301 'battery/NavigatorBattery.idl',
300 'beacon/NavigatorBeacon.idl', 302 'beacon/NavigatorBeacon.idl',
301 'bluetooth/NavigatorBluetooth.idl', 303 'bluetooth/NavigatorBluetooth.idl',
302 'cachestorage/WindowCacheStorage.idl', 304 'cachestorage/WindowCacheStorage.idl',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'speech/WindowSpeechSynthesis.idl', 360 'speech/WindowSpeechSynthesis.idl',
359 'storage/WindowStorage.idl', 361 'storage/WindowStorage.idl',
360 'vibration/NavigatorVibration.idl', 362 'vibration/NavigatorVibration.idl',
361 'vr/NavigatorVRDevice.idl', 363 'vr/NavigatorVRDevice.idl',
362 'wake_lock/ScreenWakeLock.idl', 364 'wake_lock/ScreenWakeLock.idl',
363 'webaudio/WindowWebAudio.idl', 365 'webaudio/WindowWebAudio.idl',
364 'webdatabase/WindowWebDatabase.idl', 366 'webdatabase/WindowWebDatabase.idl',
365 'webgl/WebGL2RenderingContextBase.idl', 367 'webgl/WebGL2RenderingContextBase.idl',
366 'webgl/WebGLRenderingContextBase.idl', 368 'webgl/WebGLRenderingContextBase.idl',
367 'webmidi/NavigatorWebMIDI.idl', 369 'webmidi/NavigatorWebMIDI.idl',
370 'webusb/NavigatorUSB.idl',
368 ], 371 ],
369 # interfaces that inherit from Event 372 # interfaces that inherit from Event
370 'modules_event_idl_files': [ 373 'modules_event_idl_files': [
371 'app_banner/BeforeInstallPromptEvent.idl', 374 'app_banner/BeforeInstallPromptEvent.idl',
372 'background_sync/PeriodicSyncEvent.idl', 375 'background_sync/PeriodicSyncEvent.idl',
373 'background_sync/SyncEvent.idl', 376 'background_sync/SyncEvent.idl',
374 'device_light/DeviceLightEvent.idl', 377 'device_light/DeviceLightEvent.idl',
375 'device_orientation/DeviceMotionEvent.idl', 378 'device_orientation/DeviceMotionEvent.idl',
376 'device_orientation/DeviceOrientationEvent.idl', 379 'device_orientation/DeviceOrientationEvent.idl',
377 'encryptedmedia/MediaEncryptedEvent.idl', 380 'encryptedmedia/MediaEncryptedEvent.idl',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'speech/SpeechRecognitionErrorInit.idl', 462 'speech/SpeechRecognitionErrorInit.idl',
460 'speech/SpeechRecognitionEventInit.idl', 463 'speech/SpeechRecognitionEventInit.idl',
461 'storage/StorageEventInit.idl', 464 'storage/StorageEventInit.idl',
462 'vr/VRFieldOfViewInit.idl', 465 'vr/VRFieldOfViewInit.idl',
463 'webgl/WebGLContextAttributes.idl', 466 'webgl/WebGLContextAttributes.idl',
464 'webgl/WebGLContextEventInit.idl', 467 'webgl/WebGLContextEventInit.idl',
465 'webmidi/MIDIConnectionEventInit.idl', 468 'webmidi/MIDIConnectionEventInit.idl',
466 'webmidi/MIDIMessageEventInit.idl', 469 'webmidi/MIDIMessageEventInit.idl',
467 'webmidi/MIDIOptions.idl', 470 'webmidi/MIDIOptions.idl',
468 'websockets/CloseEventInit.idl', 471 'websockets/CloseEventInit.idl',
472 'webusb/USBDeviceEnumerationOptions.idl',
473 'webusb/USBDeviceFilter.idl',
469 ], 474 ],
470 'generated_modules_files': [ 475 'generated_modules_files': [
471 # .cpp files from make_modules_generated actions. 476 # .cpp files from make_modules_generated actions.
472 '<(blink_modules_output_dir)/EventModules.cpp', 477 '<(blink_modules_output_dir)/EventModules.cpp',
473 '<(blink_modules_output_dir)/EventModulesHeaders.h', 478 '<(blink_modules_output_dir)/EventModulesHeaders.h',
474 '<(blink_modules_output_dir)/EventModulesNames.cpp', 479 '<(blink_modules_output_dir)/EventModulesNames.cpp',
475 '<(blink_modules_output_dir)/EventModulesNames.h', 480 '<(blink_modules_output_dir)/EventModulesNames.h',
476 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', 481 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
477 '<(blink_modules_output_dir)/EventTargetModulesNames.h', 482 '<(blink_modules_output_dir)/EventTargetModulesNames.h',
478 '<(blink_modules_output_dir)/IndexedDBNames.cpp', 483 '<(blink_modules_output_dir)/IndexedDBNames.cpp',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp', 599 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.cpp',
595 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h', 600 '<(blink_modules_output_dir)/webgl/WebGLContextEventInit.h',
596 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp', 601 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.cpp',
597 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h', 602 '<(blink_modules_output_dir)/webmidi/MIDIConnectionEventInit.h',
598 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h', 603 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.h',
599 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp', 604 '<(blink_modules_output_dir)/webmidi/MIDIMessageEventInit.cpp',
600 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp', 605 '<(blink_modules_output_dir)/webmidi/MIDIOptions.cpp',
601 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h', 606 '<(blink_modules_output_dir)/webmidi/MIDIOptions.h',
602 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp', 607 '<(blink_modules_output_dir)/websockets/CloseEventInit.cpp',
603 '<(blink_modules_output_dir)/websockets/CloseEventInit.h', 608 '<(blink_modules_output_dir)/websockets/CloseEventInit.h',
609 '<(blink_modules_output_dir)/webusb/USBDeviceEnumerationOptions.cpp',
610 '<(blink_modules_output_dir)/webusb/USBDeviceEnumerationOptions.h',
611 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.cpp',
612 '<(blink_modules_output_dir)/webusb/USBDeviceFilter.h',
604 ], 613 ],
605 'modules_files': [ 614 'modules_files': [
606 '<@(extra_blink_module_files)', 615 '<@(extra_blink_module_files)',
607 '<@(generated_modules_dictionary_files)', 616 '<@(generated_modules_dictionary_files)',
608 '<@(generated_modules_files)', 617 '<@(generated_modules_files)',
609 'InitModules.cpp', 618 'InitModules.cpp',
610 'InitModules.h', 619 'InitModules.h',
611 'accessibility/AXARIAGrid.cpp', 620 'accessibility/AXARIAGrid.cpp',
612 'accessibility/AXARIAGrid.h', 621 'accessibility/AXARIAGrid.h',
613 'accessibility/AXARIAGridCell.cpp', 622 'accessibility/AXARIAGridCell.cpp',
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 'websockets/DocumentWebSocketChannel.h', 1674 'websockets/DocumentWebSocketChannel.h',
1666 'websockets/InspectorWebSocketEvents.cpp', 1675 'websockets/InspectorWebSocketEvents.cpp',
1667 'websockets/InspectorWebSocketEvents.h', 1676 'websockets/InspectorWebSocketEvents.h',
1668 'websockets/WebSocketChannel.cpp', 1677 'websockets/WebSocketChannel.cpp',
1669 'websockets/WebSocketChannel.h', 1678 'websockets/WebSocketChannel.h',
1670 'websockets/WebSocketChannelClient.h', 1679 'websockets/WebSocketChannelClient.h',
1671 'websockets/WebSocketFrame.cpp', 1680 'websockets/WebSocketFrame.cpp',
1672 'websockets/WebSocketFrame.h', 1681 'websockets/WebSocketFrame.h',
1673 'websockets/WorkerWebSocketChannel.cpp', 1682 'websockets/WorkerWebSocketChannel.cpp',
1674 'websockets/WorkerWebSocketChannel.h', 1683 'websockets/WorkerWebSocketChannel.h',
1684 'webusb/NavigatorUSB.cpp',
1685 'webusb/NavigatorUSB.h',
1686 'webusb/USB.cpp',
1687 'webusb/USB.h',
1688 'webusb/USBController.cpp',
1689 'webusb/USBController.h',
1690 'webusb/USBDevice.h',
1675 ], 1691 ],
1676 # 'partial interface' or target (right side of) 'implements' 1692 # 'partial interface' or target (right side of) 'implements'
1677 'modules_testing_dependency_idl_files' : [ 1693 'modules_testing_dependency_idl_files' : [
1678 'accessibility/testing/InternalsAccessibility.idl', 1694 'accessibility/testing/InternalsAccessibility.idl',
1679 'geolocation/testing/InternalsGeolocation.idl', 1695 'geolocation/testing/InternalsGeolocation.idl',
1680 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1696 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1681 'serviceworkers/testing/InternalsServiceWorker.idl', 1697 'serviceworkers/testing/InternalsServiceWorker.idl',
1682 'speech/testing/InternalsSpeechSynthesis.idl', 1698 'speech/testing/InternalsSpeechSynthesis.idl',
1683 'vibration/testing/InternalsVibration.idl', 1699 'vibration/testing/InternalsVibration.idl',
1684 'webaudio/testing/InternalsWebAudio.idl', 1700 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1747 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1732 'webaudio/ConvolverNodeTest.cpp', 1748 'webaudio/ConvolverNodeTest.cpp',
1733 'webaudio/DynamicsCompressorNodeTest.cpp', 1749 'webaudio/DynamicsCompressorNodeTest.cpp',
1734 'webaudio/ScriptProcessorNodeTest.cpp', 1750 'webaudio/ScriptProcessorNodeTest.cpp',
1735 'webaudio/StereoPannerNodeTest.cpp', 1751 'webaudio/StereoPannerNodeTest.cpp',
1736 'websockets/DOMWebSocketTest.cpp', 1752 'websockets/DOMWebSocketTest.cpp',
1737 'websockets/DocumentWebSocketChannelTest.cpp', 1753 'websockets/DocumentWebSocketChannelTest.cpp',
1738 ], 1754 ],
1739 }, 1755 },
1740 } 1756 }
OLDNEW
« 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