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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'webaudio/MediaStreamAudioSourceNode.idl', | 173 'webaudio/MediaStreamAudioSourceNode.idl', |
174 'webaudio/OfflineAudioCompletionEvent.idl', | 174 'webaudio/OfflineAudioCompletionEvent.idl', |
175 'webaudio/OfflineAudioContext.idl', | 175 'webaudio/OfflineAudioContext.idl', |
176 'webaudio/OscillatorNode.idl', | 176 'webaudio/OscillatorNode.idl', |
177 'webaudio/PannerNode.idl', | 177 'webaudio/PannerNode.idl', |
178 'webaudio/PeriodicWave.idl', | 178 'webaudio/PeriodicWave.idl', |
179 'webaudio/ScriptProcessorNode.idl', | 179 'webaudio/ScriptProcessorNode.idl', |
180 'webaudio/WaveShaperNode.idl', | 180 'webaudio/WaveShaperNode.idl', |
181 'webdatabase/Database.idl', | 181 'webdatabase/Database.idl', |
182 'webdatabase/DatabaseCallback.idl', | 182 'webdatabase/DatabaseCallback.idl', |
183 'webdatabase/DatabaseSync.idl', | |
184 'webdatabase/SQLError.idl', | 183 'webdatabase/SQLError.idl', |
185 'webdatabase/SQLResultSet.idl', | 184 'webdatabase/SQLResultSet.idl', |
186 'webdatabase/SQLResultSetRowList.idl', | 185 'webdatabase/SQLResultSetRowList.idl', |
187 'webdatabase/SQLStatementCallback.idl', | 186 'webdatabase/SQLStatementCallback.idl', |
188 'webdatabase/SQLStatementErrorCallback.idl', | 187 'webdatabase/SQLStatementErrorCallback.idl', |
189 'webdatabase/SQLTransaction.idl', | 188 'webdatabase/SQLTransaction.idl', |
190 'webdatabase/SQLTransactionCallback.idl', | 189 'webdatabase/SQLTransactionCallback.idl', |
191 'webdatabase/SQLTransactionErrorCallback.idl', | 190 'webdatabase/SQLTransactionErrorCallback.idl', |
192 'webdatabase/SQLTransactionSync.idl', | |
193 'webdatabase/SQLTransactionSyncCallback.idl', | |
194 'webmidi/MIDIAccess.idl', | 191 'webmidi/MIDIAccess.idl', |
195 'webmidi/MIDIConnectionEvent.idl', | 192 'webmidi/MIDIConnectionEvent.idl', |
196 'webmidi/MIDIErrorCallback.idl', | 193 'webmidi/MIDIErrorCallback.idl', |
197 'webmidi/MIDIInput.idl', | 194 'webmidi/MIDIInput.idl', |
198 'webmidi/MIDIInputMap.idl', | 195 'webmidi/MIDIInputMap.idl', |
199 'webmidi/MIDIMessageEvent.idl', | 196 'webmidi/MIDIMessageEvent.idl', |
200 'webmidi/MIDIOutput.idl', | 197 'webmidi/MIDIOutput.idl', |
201 'webmidi/MIDIOutputMap.idl', | 198 'webmidi/MIDIOutputMap.idl', |
202 'webmidi/MIDIPort.idl', | 199 'webmidi/MIDIPort.idl', |
203 'webmidi/MIDISuccessCallback.idl', | 200 'webmidi/MIDISuccessCallback.idl', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'quota/NavigatorStorageQuota.idl', | 239 'quota/NavigatorStorageQuota.idl', |
243 'quota/WindowQuota.idl', | 240 'quota/WindowQuota.idl', |
244 'quota/WorkerNavigatorStorageQuota.idl', | 241 'quota/WorkerNavigatorStorageQuota.idl', |
245 'screen_orientation/ScreenScreenOrientation.idl', | 242 'screen_orientation/ScreenScreenOrientation.idl', |
246 'serviceworkers/NavigatorServiceWorker.idl', | 243 'serviceworkers/NavigatorServiceWorker.idl', |
247 'speech/WindowSpeech.idl', | 244 'speech/WindowSpeech.idl', |
248 'speech/WindowSpeechSynthesis.idl', | 245 'speech/WindowSpeechSynthesis.idl', |
249 'vibration/NavigatorVibration.idl', | 246 'vibration/NavigatorVibration.idl', |
250 'webaudio/WindowWebAudio.idl', | 247 'webaudio/WindowWebAudio.idl', |
251 'webdatabase/WindowWebDatabase.idl', | 248 'webdatabase/WindowWebDatabase.idl', |
252 'webdatabase/WorkerGlobalScopeWebDatabase.idl', | |
253 'webmidi/NavigatorWebMIDI.idl', | 249 'webmidi/NavigatorWebMIDI.idl', |
254 ], | 250 ], |
255 # interfaces that inherit from Event | 251 # interfaces that inherit from Event |
256 'modules_event_idl_files': [ | 252 'modules_event_idl_files': [ |
257 'device_light/DeviceLightEvent.idl', | 253 'device_light/DeviceLightEvent.idl', |
258 'device_orientation/DeviceMotionEvent.idl', | 254 'device_orientation/DeviceMotionEvent.idl', |
259 'device_orientation/DeviceOrientationEvent.idl', | 255 'device_orientation/DeviceOrientationEvent.idl', |
260 'encryptedmedia/MediaKeyMessageEvent.idl', | 256 'encryptedmedia/MediaKeyMessageEvent.idl', |
261 'encryptedmedia/MediaKeyNeededEvent.idl', | 257 'encryptedmedia/MediaKeyNeededEvent.idl', |
262 'gamepad/GamepadEvent.idl', | 258 'gamepad/GamepadEvent.idl', |
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'webdatabase/ChangeVersionWrapper.h', | 859 'webdatabase/ChangeVersionWrapper.h', |
864 'webdatabase/DOMWindowWebDatabase.cpp', | 860 'webdatabase/DOMWindowWebDatabase.cpp', |
865 'webdatabase/DOMWindowWebDatabase.h', | 861 'webdatabase/DOMWindowWebDatabase.h', |
866 'webdatabase/Database.cpp', | 862 'webdatabase/Database.cpp', |
867 'webdatabase/DatabaseAuthorizer.cpp', | 863 'webdatabase/DatabaseAuthorizer.cpp', |
868 'webdatabase/DatabaseAuthorizer.h', | 864 'webdatabase/DatabaseAuthorizer.h', |
869 'webdatabase/DatabaseBackend.cpp', | 865 'webdatabase/DatabaseBackend.cpp', |
870 'webdatabase/DatabaseBackend.h', | 866 'webdatabase/DatabaseBackend.h', |
871 'webdatabase/DatabaseBackendBase.cpp', | 867 'webdatabase/DatabaseBackendBase.cpp', |
872 'webdatabase/DatabaseBackendBase.h', | 868 'webdatabase/DatabaseBackendBase.h', |
873 'webdatabase/DatabaseBackendSync.cpp', | |
874 'webdatabase/DatabaseBackendSync.h', | |
875 'webdatabase/DatabaseBase.cpp', | 869 'webdatabase/DatabaseBase.cpp', |
876 'webdatabase/DatabaseBase.h', | 870 'webdatabase/DatabaseBase.h', |
877 'webdatabase/DatabaseBasicTypes.h', | 871 'webdatabase/DatabaseBasicTypes.h', |
878 'webdatabase/DatabaseCallback.h', | 872 'webdatabase/DatabaseCallback.h', |
879 'webdatabase/DatabaseClient.cpp', | 873 'webdatabase/DatabaseClient.cpp', |
880 'webdatabase/DatabaseClient.h', | 874 'webdatabase/DatabaseClient.h', |
881 'webdatabase/DatabaseContext.cpp', | 875 'webdatabase/DatabaseContext.cpp', |
882 'webdatabase/DatabaseContext.h', | 876 'webdatabase/DatabaseContext.h', |
883 'webdatabase/DatabaseError.h', | 877 'webdatabase/DatabaseError.h', |
884 'webdatabase/DatabaseManager.cpp', | 878 'webdatabase/DatabaseManager.cpp', |
885 'webdatabase/DatabaseManager.h', | 879 'webdatabase/DatabaseManager.h', |
886 'webdatabase/DatabaseServer.cpp', | 880 'webdatabase/DatabaseServer.cpp', |
887 'webdatabase/DatabaseServer.h', | 881 'webdatabase/DatabaseServer.h', |
888 'webdatabase/DatabaseSync.cpp', | |
889 'webdatabase/DatabaseSync.h', | |
890 'webdatabase/DatabaseTask.cpp', | 882 'webdatabase/DatabaseTask.cpp', |
891 'webdatabase/DatabaseTask.h', | 883 'webdatabase/DatabaseTask.h', |
892 'webdatabase/DatabaseThread.cpp', | 884 'webdatabase/DatabaseThread.cpp', |
893 'webdatabase/DatabaseThread.h', | 885 'webdatabase/DatabaseThread.h', |
894 'webdatabase/DatabaseTracker.cpp', | 886 'webdatabase/DatabaseTracker.cpp', |
895 'webdatabase/DatabaseTracker.h', | 887 'webdatabase/DatabaseTracker.h', |
896 'webdatabase/InspectorDatabaseAgent.cpp', | 888 'webdatabase/InspectorDatabaseAgent.cpp', |
897 'webdatabase/InspectorDatabaseAgent.h', | 889 'webdatabase/InspectorDatabaseAgent.h', |
898 'webdatabase/InspectorDatabaseResource.cpp', | 890 'webdatabase/InspectorDatabaseResource.cpp', |
899 'webdatabase/InspectorDatabaseResource.h', | 891 'webdatabase/InspectorDatabaseResource.h', |
900 'webdatabase/QuotaTracker.cpp', | 892 'webdatabase/QuotaTracker.cpp', |
901 'webdatabase/QuotaTracker.h', | 893 'webdatabase/QuotaTracker.h', |
902 'webdatabase/SQLCallbackWrapper.h', | 894 'webdatabase/SQLCallbackWrapper.h', |
903 'webdatabase/SQLError.cpp', | 895 'webdatabase/SQLError.cpp', |
904 'webdatabase/SQLError.h', | 896 'webdatabase/SQLError.h', |
905 'webdatabase/SQLResultSet.cpp', | 897 'webdatabase/SQLResultSet.cpp', |
906 'webdatabase/SQLResultSetRowList.cpp', | 898 'webdatabase/SQLResultSetRowList.cpp', |
907 'webdatabase/SQLStatement.cpp', | 899 'webdatabase/SQLStatement.cpp', |
908 'webdatabase/SQLStatement.h', | 900 'webdatabase/SQLStatement.h', |
909 'webdatabase/SQLStatementBackend.cpp', | 901 'webdatabase/SQLStatementBackend.cpp', |
910 'webdatabase/SQLStatementBackend.h', | 902 'webdatabase/SQLStatementBackend.h', |
911 'webdatabase/SQLStatementSync.cpp', | |
912 'webdatabase/SQLStatementSync.h', | |
913 'webdatabase/SQLTransaction.cpp', | 903 'webdatabase/SQLTransaction.cpp', |
914 'webdatabase/SQLTransaction.h', | 904 'webdatabase/SQLTransaction.h', |
915 'webdatabase/SQLTransactionBackend.cpp', | 905 'webdatabase/SQLTransactionBackend.cpp', |
916 'webdatabase/SQLTransactionBackend.h', | 906 'webdatabase/SQLTransactionBackend.h', |
917 'webdatabase/SQLTransactionBackendSync.cpp', | |
918 'webdatabase/SQLTransactionBackendSync.h', | |
919 'webdatabase/SQLTransactionClient.cpp', | 907 'webdatabase/SQLTransactionClient.cpp', |
920 'webdatabase/SQLTransactionClient.h', | 908 'webdatabase/SQLTransactionClient.h', |
921 'webdatabase/SQLTransactionCoordinator.cpp', | 909 'webdatabase/SQLTransactionCoordinator.cpp', |
922 'webdatabase/SQLTransactionCoordinator.h', | 910 'webdatabase/SQLTransactionCoordinator.h', |
923 'webdatabase/SQLTransactionState.h', | 911 'webdatabase/SQLTransactionState.h', |
924 'webdatabase/SQLTransactionStateMachine.cpp', | 912 'webdatabase/SQLTransactionStateMachine.cpp', |
925 'webdatabase/SQLTransactionStateMachine.h', | 913 'webdatabase/SQLTransactionStateMachine.h', |
926 'webdatabase/SQLTransactionSync.cpp', | |
927 'webdatabase/SQLTransactionSync.h', | |
928 'webdatabase/SQLTransactionSyncCallback.h', | |
929 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', | |
930 'webdatabase/WorkerGlobalScopeWebDatabase.h', | |
931 'webdatabase/sqlite/SQLValue.cpp', | 914 'webdatabase/sqlite/SQLValue.cpp', |
932 'webdatabase/sqlite/SQLiteAuthorizer.cpp', | 915 'webdatabase/sqlite/SQLiteAuthorizer.cpp', |
933 'webdatabase/sqlite/SQLiteDatabase.cpp', | 916 'webdatabase/sqlite/SQLiteDatabase.cpp', |
934 'webdatabase/sqlite/SQLiteDatabase.h', | 917 'webdatabase/sqlite/SQLiteDatabase.h', |
935 'webdatabase/sqlite/SQLiteFileSystem.cpp', | 918 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
936 'webdatabase/sqlite/SQLiteFileSystem.h', | 919 'webdatabase/sqlite/SQLiteFileSystem.h', |
937 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 920 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
938 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 921 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
939 'webdatabase/sqlite/SQLiteStatement.cpp', | 922 'webdatabase/sqlite/SQLiteStatement.cpp', |
940 'webdatabase/sqlite/SQLiteStatement.h', | 923 'webdatabase/sqlite/SQLiteStatement.h', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1015 'serviceworkers/ServiceWorkerContainerTest.cpp', |
1033 'websockets/DOMWebSocketTest.cpp', | 1016 'websockets/DOMWebSocketTest.cpp', |
1034 'websockets/NewWebSocketChannelImplTest.cpp', | 1017 'websockets/NewWebSocketChannelImplTest.cpp', |
1035 'websockets/WebSocketDeflaterTest.cpp', | 1018 'websockets/WebSocketDeflaterTest.cpp', |
1036 'websockets/WebSocketExtensionDispatcherTest.cpp', | 1019 'websockets/WebSocketExtensionDispatcherTest.cpp', |
1037 'websockets/WebSocketExtensionParserTest.cpp', | 1020 'websockets/WebSocketExtensionParserTest.cpp', |
1038 'websockets/WebSocketPerMessageDeflateTest.cpp', | 1021 'websockets/WebSocketPerMessageDeflateTest.cpp', |
1039 ], | 1022 ], |
1040 }, | 1023 }, |
1041 } | 1024 } |
OLD | NEW |