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

Side by Side Diff: Source/modules/modules.gypi

Issue 1264483005: Add WebUSB bindings and client interface [part 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove CallbackPromiseAdapter usage 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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'websockets/WebSocketFrame.h', 1677 'websockets/WebSocketFrame.h',
1678 'websockets/WorkerWebSocketChannel.cpp', 1678 'websockets/WorkerWebSocketChannel.cpp',
1679 'websockets/WorkerWebSocketChannel.h', 1679 'websockets/WorkerWebSocketChannel.h',
1680 'webusb/NavigatorUSB.cpp', 1680 'webusb/NavigatorUSB.cpp',
1681 'webusb/NavigatorUSB.h', 1681 'webusb/NavigatorUSB.h',
1682 'webusb/USB.cpp', 1682 'webusb/USB.cpp',
1683 'webusb/USB.h', 1683 'webusb/USB.h',
1684 'webusb/USBController.cpp', 1684 'webusb/USBController.cpp',
1685 'webusb/USBController.h', 1685 'webusb/USBController.h',
1686 'webusb/USBDevice.h', 1686 'webusb/USBDevice.h',
1687 'webusb/USBError.cpp',
1688 'webusb/USBError.h',
1687 ], 1689 ],
1688 # 'partial interface' or target (right side of) 'implements' 1690 # 'partial interface' or target (right side of) 'implements'
1689 'modules_testing_dependency_idl_files' : [ 1691 'modules_testing_dependency_idl_files' : [
1690 'accessibility/testing/InternalsAccessibility.idl', 1692 'accessibility/testing/InternalsAccessibility.idl',
1691 'geolocation/testing/InternalsGeolocation.idl', 1693 'geolocation/testing/InternalsGeolocation.idl',
1692 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1694 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1693 'serviceworkers/testing/InternalsServiceWorker.idl', 1695 'serviceworkers/testing/InternalsServiceWorker.idl',
1694 'speech/testing/InternalsSpeechSynthesis.idl', 1696 'speech/testing/InternalsSpeechSynthesis.idl',
1695 'vibration/testing/InternalsVibration.idl', 1697 'vibration/testing/InternalsVibration.idl',
1696 'webaudio/testing/InternalsWebAudio.idl', 1698 'webaudio/testing/InternalsWebAudio.idl',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1746 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1745 'webaudio/ConvolverNodeTest.cpp', 1747 'webaudio/ConvolverNodeTest.cpp',
1746 'webaudio/DynamicsCompressorNodeTest.cpp', 1748 'webaudio/DynamicsCompressorNodeTest.cpp',
1747 'webaudio/ScriptProcessorNodeTest.cpp', 1749 'webaudio/ScriptProcessorNodeTest.cpp',
1748 'webaudio/StereoPannerNodeTest.cpp', 1750 'webaudio/StereoPannerNodeTest.cpp',
1749 'websockets/DOMWebSocketTest.cpp', 1751 'websockets/DOMWebSocketTest.cpp',
1750 'websockets/DocumentWebSocketChannelTest.cpp', 1752 'websockets/DocumentWebSocketChannelTest.cpp',
1751 ], 1753 ],
1752 }, 1754 },
1753 } 1755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698