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

Unified Diff: Source/modules/modules.gypi

Issue 19607011: Generate binding code for VoidCallback.idl with code generator in python (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 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
« Source/bindings/templates/callback.h ('K') | « Source/core/core.gypi ('k') | no next file » | 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 4d13e607bd0637ac205ef63e9fe4efe445bf2a29..72ce0229f6862acd188e10a402fab7b543b8645f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -32,30 +32,21 @@
'filesystem/DirectoryEntrySync.idl',
'filesystem/DirectoryReader.idl',
'filesystem/DirectoryReaderSync.idl',
- 'filesystem/EntriesCallback.idl',
'filesystem/Entry.idl',
'filesystem/EntryArray.idl',
'filesystem/EntryArraySync.idl',
- 'filesystem/EntryCallback.idl',
'filesystem/EntrySync.idl',
- 'filesystem/ErrorCallback.idl',
- 'filesystem/FileCallback.idl',
'filesystem/FileEntry.idl',
'filesystem/FileEntrySync.idl',
- 'filesystem/FileSystemCallback.idl',
'filesystem/FileWriter.idl',
- 'filesystem/FileWriterCallback.idl',
'filesystem/FileWriterSync.idl',
'filesystem/Metadata.idl',
- 'filesystem/MetadataCallback.idl',
'gamepad/Gamepad.idl',
'gamepad/GamepadList.idl',
'geolocation/Coordinates.idl',
'geolocation/Geolocation.idl',
'geolocation/Geoposition.idl',
- 'geolocation/PositionCallback.idl',
'geolocation/PositionError.idl',
- 'geolocation/PositionErrorCallback.idl',
'indexeddb/IDBAny.idl',
'indexeddb/IDBCursor.idl',
'indexeddb/IDBCursorWithValue.idl',
@@ -79,34 +70,24 @@
'mediastream/MediaStreamEvent.idl',
'mediastream/MediaStreamTrack.idl',
'mediastream/MediaStreamTrackEvent.idl',
- 'mediastream/MediaStreamTrackSourcesCallback.idl',
'mediastream/NavigatorUserMediaError.idl',
- 'mediastream/NavigatorUserMediaErrorCallback.idl',
- 'mediastream/NavigatorUserMediaSuccessCallback.idl',
'mediastream/RTCDTMFSender.idl',
'mediastream/RTCDTMFToneChangeEvent.idl',
'mediastream/RTCDataChannel.idl',
'mediastream/RTCDataChannelEvent.idl',
- 'mediastream/RTCErrorCallback.idl',
'mediastream/RTCIceCandidate.idl',
'mediastream/RTCIceCandidateEvent.idl',
'mediastream/RTCPeerConnection.idl',
'mediastream/RTCSessionDescription.idl',
- 'mediastream/RTCSessionDescriptionCallback.idl',
- 'mediastream/RTCStatsCallback.idl',
'mediastream/RTCStatsReport.idl',
'mediastream/RTCStatsResponse.idl',
'mediastream/SourceInfo.idl',
'mediastream/URLMediaStream.idl',
'notifications/Notification.idl',
'notifications/NotificationCenter.idl',
- 'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
- 'quota/StorageErrorCallback.idl',
'quota/StorageInfo.idl',
'quota/StorageQuota.idl',
- 'quota/StorageQuotaCallback.idl',
- 'quota/StorageUsageCallback.idl',
'speech/SpeechGrammar.idl',
'speech/SpeechGrammarList.idl',
'speech/SpeechRecognition.idl',
@@ -120,7 +101,6 @@
'speech/SpeechSynthesisUtterance.idl',
'speech/SpeechSynthesisVoice.idl',
'webaudio/AudioBuffer.idl',
- 'webaudio/AudioBufferCallback.idl',
'webaudio/AudioBufferSourceNode.idl',
'webaudio/ChannelMergerNode.idl',
'webaudio/ChannelSplitterNode.idl',
@@ -148,27 +128,19 @@
'webaudio/AnalyserNode.idl',
'webaudio/WaveShaperNode.idl',
'webdatabase/Database.idl',
- 'webdatabase/DatabaseCallback.idl',
'webdatabase/DatabaseSync.idl',
'webdatabase/SQLError.idl',
'webdatabase/SQLResultSet.idl',
'webdatabase/SQLResultSetRowList.idl',
- 'webdatabase/SQLStatementCallback.idl',
- 'webdatabase/SQLStatementErrorCallback.idl',
'webdatabase/SQLTransaction.idl',
- 'webdatabase/SQLTransactionCallback.idl',
- 'webdatabase/SQLTransactionErrorCallback.idl',
'webdatabase/SQLTransactionSync.idl',
- 'webdatabase/SQLTransactionSyncCallback.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIAccessPromise.idl',
'webmidi/MIDIConnectionEvent.idl',
- 'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIInput.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIOutput.idl',
'webmidi/MIDIPort.idl',
- 'webmidi/MIDISuccessCallback.idl',
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
],
@@ -177,26 +149,54 @@
'crypto/WorkerGlobalScopeCrypto.idl',
'donottrack/NavigatorDoNotTrack.idl',
'filesystem/DataTransferItemFileSystem.idl',
+ 'filesystem/EntriesCallback.idl',
+ 'filesystem/EntryCallback.idl',
+ 'filesystem/ErrorCallback.idl',
+ 'filesystem/FileCallback.idl',
+ 'filesystem/FileSystemCallback.idl',
+ 'filesystem/FileWriterCallback.idl',
'filesystem/HTMLInputElementFileSystem.idl',
+ 'filesystem/MetadataCallback.idl',
'filesystem/WindowFileSystem.idl',
'filesystem/WorkerGlobalScopeFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
'geolocation/NavigatorGeolocation.idl',
+ 'geolocation/PositionCallback.idl',
+ 'geolocation/PositionErrorCallback.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
'mediasource/WindowMediaSource.idl',
+ 'mediastream/MediaStreamTrackSourcesCallback.idl',
'mediastream/NavigatorMediaStream.idl',
+ 'mediastream/NavigatorUserMediaErrorCallback.idl',
+ 'mediastream/NavigatorUserMediaSuccessCallback.idl',
+ 'mediastream/RTCErrorCallback.idl',
+ 'mediastream/RTCSessionDescriptionCallback.idl',
+ 'mediastream/RTCStatsCallback.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
+ 'notifications/NotificationPermissionCallback.idl',
'notifications/WindowNotifications.idl',
'notifications/WorkerGlobalScopeNotifications.idl',
'performance/WorkerGlobalScopePerformance.idl',
'quota/NavigatorStorageQuota.idl',
+ 'quota/StorageErrorCallback.idl',
+ 'quota/StorageQuotaCallback.idl',
+ 'quota/StorageUsageCallback.idl',
'quota/WindowQuota.idl',
'quota/WorkerNavigatorStorageQuota.idl',
'speech/WindowSpeechSynthesis.idl',
'vibration/NavigatorVibration.idl',
+ 'webaudio/AudioBufferCallback.idl',
+ 'webdatabase/DatabaseCallback.idl',
+ 'webdatabase/SQLStatementCallback.idl',
+ 'webdatabase/SQLStatementErrorCallback.idl',
+ 'webdatabase/SQLTransactionCallback.idl',
+ 'webdatabase/SQLTransactionErrorCallback.idl',
+ 'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WindowWebDatabase.idl',
'webdatabase/WorkerGlobalScopeWebDatabase.idl',
+ 'webmidi/MIDIErrorCallback.idl',
+ 'webmidi/MIDISuccessCallback.idl',
'webmidi/NavigatorWebMIDI.idl',
],
'modules_files': [
« Source/bindings/templates/callback.h ('K') | « Source/core/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698