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

Side by Side Diff: Source/modules/modules.gypi

Issue 600143005: Rename onneedkey event to onencrypted. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update global-constructors-listing expectations. Created 6 years, 2 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
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 12 matching lines...) Expand all
23 'crypto/Crypto.idl', 23 'crypto/Crypto.idl',
24 'crypto/CryptoKey.idl', 24 'crypto/CryptoKey.idl',
25 'crypto/SubtleCrypto.idl', 25 'crypto/SubtleCrypto.idl',
26 'device_light/DeviceLightEvent.idl', 26 'device_light/DeviceLightEvent.idl',
27 'device_orientation/DeviceAcceleration.idl', 27 'device_orientation/DeviceAcceleration.idl',
28 'device_orientation/DeviceMotionEvent.idl', 28 'device_orientation/DeviceMotionEvent.idl',
29 'device_orientation/DeviceOrientationEvent.idl', 29 'device_orientation/DeviceOrientationEvent.idl',
30 'device_orientation/DeviceRotationRate.idl', 30 'device_orientation/DeviceRotationRate.idl',
31 'encoding/TextDecoder.idl', 31 'encoding/TextDecoder.idl',
32 'encoding/TextEncoder.idl', 32 'encoding/TextEncoder.idl',
33 'encryptedmedia/MediaEncryptedEvent.idl',
33 'encryptedmedia/MediaKeyMessageEvent.idl', 34 'encryptedmedia/MediaKeyMessageEvent.idl',
34 'encryptedmedia/MediaKeyNeededEvent.idl',
35 'encryptedmedia/MediaKeySession.idl', 35 'encryptedmedia/MediaKeySession.idl',
36 'encryptedmedia/MediaKeys.idl', 36 'encryptedmedia/MediaKeys.idl',
37 'filesystem/DOMFileSystem.idl', 37 'filesystem/DOMFileSystem.idl',
38 'filesystem/DOMFileSystemSync.idl', 38 'filesystem/DOMFileSystemSync.idl',
39 'filesystem/DirectoryEntry.idl', 39 'filesystem/DirectoryEntry.idl',
40 'filesystem/DirectoryEntrySync.idl', 40 'filesystem/DirectoryEntrySync.idl',
41 'filesystem/DirectoryReader.idl', 41 'filesystem/DirectoryReader.idl',
42 'filesystem/DirectoryReaderSync.idl', 42 'filesystem/DirectoryReaderSync.idl',
43 'filesystem/EntriesCallback.idl', 43 'filesystem/EntriesCallback.idl',
44 'filesystem/Entry.idl', 44 'filesystem/Entry.idl',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'vibration/NavigatorVibration.idl', 249 'vibration/NavigatorVibration.idl',
250 'webaudio/WindowWebAudio.idl', 250 'webaudio/WindowWebAudio.idl',
251 'webdatabase/WindowWebDatabase.idl', 251 'webdatabase/WindowWebDatabase.idl',
252 'webmidi/NavigatorWebMIDI.idl', 252 'webmidi/NavigatorWebMIDI.idl',
253 ], 253 ],
254 # interfaces that inherit from Event 254 # interfaces that inherit from Event
255 'modules_event_idl_files': [ 255 'modules_event_idl_files': [
256 'device_light/DeviceLightEvent.idl', 256 'device_light/DeviceLightEvent.idl',
257 'device_orientation/DeviceMotionEvent.idl', 257 'device_orientation/DeviceMotionEvent.idl',
258 'device_orientation/DeviceOrientationEvent.idl', 258 'device_orientation/DeviceOrientationEvent.idl',
259 'encryptedmedia/MediaEncryptedEvent.idl',
259 'encryptedmedia/MediaKeyMessageEvent.idl', 260 'encryptedmedia/MediaKeyMessageEvent.idl',
260 'encryptedmedia/MediaKeyNeededEvent.idl',
261 'gamepad/GamepadEvent.idl', 261 'gamepad/GamepadEvent.idl',
262 'indexeddb/IDBVersionChangeEvent.idl', 262 'indexeddb/IDBVersionChangeEvent.idl',
263 'mediastream/MediaStreamEvent.idl', 263 'mediastream/MediaStreamEvent.idl',
264 'mediastream/MediaStreamTrackEvent.idl', 264 'mediastream/MediaStreamTrackEvent.idl',
265 'mediastream/RTCDTMFToneChangeEvent.idl', 265 'mediastream/RTCDTMFToneChangeEvent.idl',
266 'mediastream/RTCDataChannelEvent.idl', 266 'mediastream/RTCDataChannelEvent.idl',
267 'mediastream/RTCIceCandidateEvent.idl', 267 'mediastream/RTCIceCandidateEvent.idl',
268 'push_messaging/PushEvent.idl', 268 'push_messaging/PushEvent.idl',
269 'serviceworkers/ExtendableEvent.idl', 269 'serviceworkers/ExtendableEvent.idl',
270 'serviceworkers/FetchEvent.idl', 270 'serviceworkers/FetchEvent.idl',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'device_orientation/DeviceRotationRate.cpp', 394 'device_orientation/DeviceRotationRate.cpp',
395 'device_orientation/DeviceRotationRate.h', 395 'device_orientation/DeviceRotationRate.h',
396 'donottrack/NavigatorDoNotTrack.cpp', 396 'donottrack/NavigatorDoNotTrack.cpp',
397 'donottrack/NavigatorDoNotTrack.h', 397 'donottrack/NavigatorDoNotTrack.h',
398 'encoding/TextDecoder.cpp', 398 'encoding/TextDecoder.cpp',
399 'encoding/TextDecoder.h', 399 'encoding/TextDecoder.h',
400 'encoding/TextEncoder.cpp', 400 'encoding/TextEncoder.cpp',
401 'encoding/TextEncoder.h', 401 'encoding/TextEncoder.h',
402 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 402 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
403 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 403 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
404 'encryptedmedia/MediaEncryptedEvent.cpp',
405 'encryptedmedia/MediaEncryptedEvent.h',
404 'encryptedmedia/MediaKeyMessageEvent.cpp', 406 'encryptedmedia/MediaKeyMessageEvent.cpp',
405 'encryptedmedia/MediaKeyMessageEvent.h', 407 'encryptedmedia/MediaKeyMessageEvent.h',
406 'encryptedmedia/MediaKeyNeededEvent.cpp',
407 'encryptedmedia/MediaKeyNeededEvent.h',
408 'encryptedmedia/MediaKeySession.cpp', 408 'encryptedmedia/MediaKeySession.cpp',
409 'encryptedmedia/MediaKeySession.h', 409 'encryptedmedia/MediaKeySession.h',
410 'encryptedmedia/MediaKeys.cpp', 410 'encryptedmedia/MediaKeys.cpp',
411 'encryptedmedia/MediaKeys.h', 411 'encryptedmedia/MediaKeys.h',
412 'encryptedmedia/MediaKeysClient.h', 412 'encryptedmedia/MediaKeysClient.h',
413 'encryptedmedia/MediaKeysController.cpp', 413 'encryptedmedia/MediaKeysController.cpp',
414 'encryptedmedia/MediaKeysController.h', 414 'encryptedmedia/MediaKeysController.h',
415 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp', 415 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp',
416 'encryptedmedia/SimpleContentDecryptionModuleResult.h', 416 'encryptedmedia/SimpleContentDecryptionModuleResult.h',
417 'filesystem/DOMFilePath.cpp', 417 'filesystem/DOMFilePath.cpp',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'serviceworkers/ServiceWorkerContainerTest.cpp', 1044 'serviceworkers/ServiceWorkerContainerTest.cpp',
1045 'websockets/DOMWebSocketTest.cpp', 1045 'websockets/DOMWebSocketTest.cpp',
1046 'websockets/NewWebSocketChannelImplTest.cpp', 1046 'websockets/NewWebSocketChannelImplTest.cpp',
1047 'websockets/WebSocketDeflaterTest.cpp', 1047 'websockets/WebSocketDeflaterTest.cpp',
1048 'websockets/WebSocketExtensionDispatcherTest.cpp', 1048 'websockets/WebSocketExtensionDispatcherTest.cpp',
1049 'websockets/WebSocketExtensionParserTest.cpp', 1049 'websockets/WebSocketExtensionParserTest.cpp',
1050 'websockets/WebSocketPerMessageDeflateTest.cpp', 1050 'websockets/WebSocketPerMessageDeflateTest.cpp',
1051 ], 1051 ],
1052 }, 1052 },
1053 } 1053 }
OLDNEW
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeyNeededEvent.idl ('k') | Source/web/WebMediaPlayerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698