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

Unified Diff: third_party/WebKit/Source/modules/EventTargetModulesFactory.json5

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT Created 3 years, 11 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
Index: third_party/WebKit/Source/modules/EventTargetModulesFactory.json5
diff --git a/third_party/WebKit/Source/modules/EventTargetModulesFactory.json5 b/third_party/WebKit/Source/modules/EventTargetModulesFactory.json5
new file mode 100644
index 0000000000000000000000000000000000000000..2aba40d88c141bc6cc6e0d088ffa1d2a4758153d
--- /dev/null
+++ b/third_party/WebKit/Source/modules/EventTargetModulesFactory.json5
@@ -0,0 +1,60 @@
+{
+ metadata: {
+ namespace: "EventTarget",
+ suffix: "Modules",
+ },
+
+ data: [
+ "modules/battery/BatteryManager",
+ "modules/bluetooth/BluetoothDevice",
+ "modules/bluetooth/BluetoothRemoteGATTCharacteristic",
+ "modules/compositorworker/CompositorWorker",
+ "modules/compositorworker/CompositorWorkerGlobalScope",
+ "modules/encryptedmedia/MediaKeySession",
+ "modules/filesystem/FileWriter",
+ "modules/imagecapture/ImageCapture",
+ "modules/indexeddb/IDBDatabase",
+ "modules/indexeddb/IDBOpenDBRequest",
+ "modules/indexeddb/IDBRequest",
+ "modules/indexeddb/IDBTransaction",
+ "modules/mediarecorder/MediaRecorder",
+ "modules/mediasource/MediaSource",
+ "modules/mediasource/SourceBuffer",
+ "modules/mediasource/SourceBufferList",
+ "modules/mediastream/MediaDevices",
+ "modules/mediastream/MediaStream",
+ "modules/mediastream/MediaStreamTrack",
+ "modules/mediastream/RTCDTMFSender",
+ "modules/mediastream/RTCDataChannel",
+ "modules/mediastream/RTCPeerConnection",
+ "modules/netinfo/NetworkInformation",
+ "modules/notifications/Notification",
+ "modules/payments/PaymentRequest",
+ "modules/permissions/PermissionStatus",
+ "modules/presentation/PresentationAvailability",
+ "modules/presentation/PresentationConnection",
+ "modules/presentation/PresentationConnectionList",
+ "modules/presentation/PresentationRequest",
+ "modules/remoteplayback/RemotePlayback",
+ "modules/screen_orientation/ScreenOrientation",
+ "modules/sensor/Sensor",
+ "modules/serviceworkers/ServiceWorker",
+ "modules/serviceworkers/ServiceWorkerContainer",
+ "modules/serviceworkers/ServiceWorkerGlobalScope",
+ "modules/serviceworkers/ServiceWorkerRegistration",
+ "modules/speech/SpeechRecognition",
+ "modules/speech/SpeechSynthesis",
+ "modules/speech/SpeechSynthesisUtterance",
+ "modules/vr/VRDisplay",
+ "modules/webaudio/AudioContext",
+ "modules/webaudio/AudioNode",
+ "modules/webmidi/MIDIAccess",
+ "modules/webmidi/MIDIInput",
+ "modules/webmidi/MIDIPort",
+ {
+ name: "modules/websockets/WebSocket",
+ ImplementedAs: "DOMWebSocket",
+ },
+ "modules/webusb/USB",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698