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

Side by Side 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, 10 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
(Empty)
1 {
2 metadata: {
3 namespace: "EventTarget",
4 suffix: "Modules",
5 },
6
7 data: [
8 "modules/battery/BatteryManager",
9 "modules/bluetooth/BluetoothDevice",
10 "modules/bluetooth/BluetoothRemoteGATTCharacteristic",
11 "modules/compositorworker/CompositorWorker",
12 "modules/compositorworker/CompositorWorkerGlobalScope",
13 "modules/encryptedmedia/MediaKeySession",
14 "modules/filesystem/FileWriter",
15 "modules/imagecapture/ImageCapture",
16 "modules/indexeddb/IDBDatabase",
17 "modules/indexeddb/IDBOpenDBRequest",
18 "modules/indexeddb/IDBRequest",
19 "modules/indexeddb/IDBTransaction",
20 "modules/mediarecorder/MediaRecorder",
21 "modules/mediasource/MediaSource",
22 "modules/mediasource/SourceBuffer",
23 "modules/mediasource/SourceBufferList",
24 "modules/mediastream/MediaDevices",
25 "modules/mediastream/MediaStream",
26 "modules/mediastream/MediaStreamTrack",
27 "modules/mediastream/RTCDTMFSender",
28 "modules/mediastream/RTCDataChannel",
29 "modules/mediastream/RTCPeerConnection",
30 "modules/netinfo/NetworkInformation",
31 "modules/notifications/Notification",
32 "modules/payments/PaymentRequest",
33 "modules/permissions/PermissionStatus",
34 "modules/presentation/PresentationAvailability",
35 "modules/presentation/PresentationConnection",
36 "modules/presentation/PresentationConnectionList",
37 "modules/presentation/PresentationRequest",
38 "modules/remoteplayback/RemotePlayback",
39 "modules/screen_orientation/ScreenOrientation",
40 "modules/sensor/Sensor",
41 "modules/serviceworkers/ServiceWorker",
42 "modules/serviceworkers/ServiceWorkerContainer",
43 "modules/serviceworkers/ServiceWorkerGlobalScope",
44 "modules/serviceworkers/ServiceWorkerRegistration",
45 "modules/speech/SpeechRecognition",
46 "modules/speech/SpeechSynthesis",
47 "modules/speech/SpeechSynthesisUtterance",
48 "modules/vr/VRDisplay",
49 "modules/webaudio/AudioContext",
50 "modules/webaudio/AudioNode",
51 "modules/webmidi/MIDIAccess",
52 "modules/webmidi/MIDIInput",
53 "modules/webmidi/MIDIPort",
54 {
55 name: "modules/websockets/WebSocket",
56 ImplementedAs: "DOMWebSocket",
57 },
58 "modules/webusb/USB",
59 ],
60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698