OLD | NEW |
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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'webdatabase/SQLStatementErrorCallback.idl', | 188 'webdatabase/SQLStatementErrorCallback.idl', |
189 'webdatabase/SQLTransaction.idl', | 189 'webdatabase/SQLTransaction.idl', |
190 'webdatabase/SQLTransactionCallback.idl', | 190 'webdatabase/SQLTransactionCallback.idl', |
191 'webdatabase/SQLTransactionErrorCallback.idl', | 191 'webdatabase/SQLTransactionErrorCallback.idl', |
192 'webdatabase/SQLTransactionSync.idl', | 192 'webdatabase/SQLTransactionSync.idl', |
193 'webdatabase/SQLTransactionSyncCallback.idl', | 193 'webdatabase/SQLTransactionSyncCallback.idl', |
194 'webmidi/MIDIAccess.idl', | 194 'webmidi/MIDIAccess.idl', |
195 'webmidi/MIDIConnectionEvent.idl', | 195 'webmidi/MIDIConnectionEvent.idl', |
196 'webmidi/MIDIErrorCallback.idl', | 196 'webmidi/MIDIErrorCallback.idl', |
197 'webmidi/MIDIInput.idl', | 197 'webmidi/MIDIInput.idl', |
| 198 'webmidi/MIDIInputMap.idl', |
198 'webmidi/MIDIMessageEvent.idl', | 199 'webmidi/MIDIMessageEvent.idl', |
199 'webmidi/MIDIOutput.idl', | 200 'webmidi/MIDIOutput.idl', |
| 201 'webmidi/MIDIOutputMap.idl', |
200 'webmidi/MIDIPort.idl', | 202 'webmidi/MIDIPort.idl', |
201 'webmidi/MIDISuccessCallback.idl', | 203 'webmidi/MIDISuccessCallback.idl', |
202 'websockets/CloseEvent.idl', | 204 'websockets/CloseEvent.idl', |
203 'websockets/WebSocket.idl', | 205 'websockets/WebSocket.idl', |
204 ], | 206 ], |
205 # 'partial interface' or target (right side of) 'implements' | 207 # 'partial interface' or target (right side of) 'implements' |
206 'modules_dependency_idl_files': [ | 208 'modules_dependency_idl_files': [ |
207 'battery/NavigatorBattery.idl', | 209 'battery/NavigatorBattery.idl', |
208 'beacon/NavigatorBeacon.idl', | 210 'beacon/NavigatorBeacon.idl', |
209 'credentialmanager/NavigatorCredentials.idl', | 211 'credentialmanager/NavigatorCredentials.idl', |
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 'webmidi/MIDIClient.h', | 947 'webmidi/MIDIClient.h', |
946 'webmidi/MIDIClientMock.cpp', | 948 'webmidi/MIDIClientMock.cpp', |
947 'webmidi/MIDIClientMock.h', | 949 'webmidi/MIDIClientMock.h', |
948 'webmidi/MIDIConnectionEvent.cpp', | 950 'webmidi/MIDIConnectionEvent.cpp', |
949 'webmidi/MIDIConnectionEvent.h', | 951 'webmidi/MIDIConnectionEvent.h', |
950 'webmidi/MIDIController.cpp', | 952 'webmidi/MIDIController.cpp', |
951 'webmidi/MIDIController.h', | 953 'webmidi/MIDIController.h', |
952 'webmidi/MIDIErrorCallback.h', | 954 'webmidi/MIDIErrorCallback.h', |
953 'webmidi/MIDIInput.cpp', | 955 'webmidi/MIDIInput.cpp', |
954 'webmidi/MIDIInput.h', | 956 'webmidi/MIDIInput.h', |
| 957 'webmidi/MIDIInputMap.cpp', |
| 958 'webmidi/MIDIInputMap.h', |
955 'webmidi/MIDIMessageEvent.h', | 959 'webmidi/MIDIMessageEvent.h', |
| 960 'webmidi/MIDIPortMap.h', |
956 'webmidi/MIDIOptions.h', | 961 'webmidi/MIDIOptions.h', |
957 'webmidi/MIDIOutput.cpp', | 962 'webmidi/MIDIOutput.cpp', |
958 'webmidi/MIDIOutput.h', | 963 'webmidi/MIDIOutput.h', |
| 964 'webmidi/MIDIOutputMap.cpp', |
| 965 'webmidi/MIDIOutputMap.h', |
959 'webmidi/MIDIPort.cpp', | 966 'webmidi/MIDIPort.cpp', |
960 'webmidi/MIDIPort.h', | 967 'webmidi/MIDIPort.h', |
961 'webmidi/MIDISuccessCallback.h', | 968 'webmidi/MIDISuccessCallback.h', |
962 'webmidi/NavigatorWebMIDI.cpp', | 969 'webmidi/NavigatorWebMIDI.cpp', |
963 'webmidi/NavigatorWebMIDI.h', | 970 'webmidi/NavigatorWebMIDI.h', |
964 'websockets/CloseEvent.h', | 971 'websockets/CloseEvent.h', |
965 'websockets/DOMWebSocket.cpp', | 972 'websockets/DOMWebSocket.cpp', |
966 'websockets/DOMWebSocket.h', | 973 'websockets/DOMWebSocket.h', |
967 'websockets/MainThreadWebSocketChannel.cpp', | 974 'websockets/MainThreadWebSocketChannel.cpp', |
968 'websockets/MainThreadWebSocketChannel.h', | 975 'websockets/MainThreadWebSocketChannel.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1026 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1020 'websockets/DOMWebSocketTest.cpp', | 1027 'websockets/DOMWebSocketTest.cpp', |
1021 'websockets/NewWebSocketChannelImplTest.cpp', | 1028 'websockets/NewWebSocketChannelImplTest.cpp', |
1022 'websockets/WebSocketDeflaterTest.cpp', | 1029 'websockets/WebSocketDeflaterTest.cpp', |
1023 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1030 'websockets/WebSocketExtensionDispatcherTest.cpp', |
1024 'websockets/WebSocketExtensionParserTest.cpp', | 1031 'websockets/WebSocketExtensionParserTest.cpp', |
1025 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1032 'websockets/WebSocketPerMessageDeflateTest.cpp', |
1026 ], | 1033 ], |
1027 }, | 1034 }, |
1028 } | 1035 } |
OLD | NEW |