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

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

Issue 655603003: Reland: Remove "needkey" event and add its replacement, "encrypted". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 14 matching lines...) Expand all
25 'crypto/Crypto.idl', 25 'crypto/Crypto.idl',
26 'crypto/CryptoKey.idl', 26 'crypto/CryptoKey.idl',
27 'crypto/SubtleCrypto.idl', 27 'crypto/SubtleCrypto.idl',
28 'device_light/DeviceLightEvent.idl', 28 'device_light/DeviceLightEvent.idl',
29 'device_orientation/DeviceAcceleration.idl', 29 'device_orientation/DeviceAcceleration.idl',
30 'device_orientation/DeviceMotionEvent.idl', 30 'device_orientation/DeviceMotionEvent.idl',
31 'device_orientation/DeviceOrientationEvent.idl', 31 'device_orientation/DeviceOrientationEvent.idl',
32 'device_orientation/DeviceRotationRate.idl', 32 'device_orientation/DeviceRotationRate.idl',
33 'encoding/TextDecoder.idl', 33 'encoding/TextDecoder.idl',
34 'encoding/TextEncoder.idl', 34 'encoding/TextEncoder.idl',
35 'encryptedmedia/MediaEncryptedEvent.idl',
35 'encryptedmedia/MediaKeyMessageEvent.idl', 36 'encryptedmedia/MediaKeyMessageEvent.idl',
36 'encryptedmedia/MediaKeyNeededEvent.idl',
37 'encryptedmedia/MediaKeySession.idl', 37 'encryptedmedia/MediaKeySession.idl',
38 'encryptedmedia/MediaKeys.idl', 38 'encryptedmedia/MediaKeys.idl',
39 'filesystem/DOMFileSystem.idl', 39 'filesystem/DOMFileSystem.idl',
40 'filesystem/DOMFileSystemSync.idl', 40 'filesystem/DOMFileSystemSync.idl',
41 'filesystem/DirectoryEntry.idl', 41 'filesystem/DirectoryEntry.idl',
42 'filesystem/DirectoryEntrySync.idl', 42 'filesystem/DirectoryEntrySync.idl',
43 'filesystem/DirectoryReader.idl', 43 'filesystem/DirectoryReader.idl',
44 'filesystem/DirectoryReaderSync.idl', 44 'filesystem/DirectoryReaderSync.idl',
45 'filesystem/EntriesCallback.idl', 45 'filesystem/EntriesCallback.idl',
46 'filesystem/Entry.idl', 46 'filesystem/Entry.idl',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'vibration/NavigatorVibration.idl', 253 'vibration/NavigatorVibration.idl',
254 'webaudio/WindowWebAudio.idl', 254 'webaudio/WindowWebAudio.idl',
255 'webdatabase/WindowWebDatabase.idl', 255 'webdatabase/WindowWebDatabase.idl',
256 'webmidi/NavigatorWebMIDI.idl', 256 'webmidi/NavigatorWebMIDI.idl',
257 ], 257 ],
258 # interfaces that inherit from Event 258 # interfaces that inherit from Event
259 'modules_event_idl_files': [ 259 'modules_event_idl_files': [
260 'device_light/DeviceLightEvent.idl', 260 'device_light/DeviceLightEvent.idl',
261 'device_orientation/DeviceMotionEvent.idl', 261 'device_orientation/DeviceMotionEvent.idl',
262 'device_orientation/DeviceOrientationEvent.idl', 262 'device_orientation/DeviceOrientationEvent.idl',
263 'encryptedmedia/MediaEncryptedEvent.idl',
263 'encryptedmedia/MediaKeyMessageEvent.idl', 264 'encryptedmedia/MediaKeyMessageEvent.idl',
264 'encryptedmedia/MediaKeyNeededEvent.idl',
265 'gamepad/GamepadEvent.idl', 265 'gamepad/GamepadEvent.idl',
266 'geofencing/GeofencingEvent.idl', 266 'geofencing/GeofencingEvent.idl',
267 'indexeddb/IDBVersionChangeEvent.idl', 267 'indexeddb/IDBVersionChangeEvent.idl',
268 'mediastream/MediaStreamEvent.idl', 268 'mediastream/MediaStreamEvent.idl',
269 'mediastream/MediaStreamTrackEvent.idl', 269 'mediastream/MediaStreamTrackEvent.idl',
270 'mediastream/RTCDTMFToneChangeEvent.idl', 270 'mediastream/RTCDTMFToneChangeEvent.idl',
271 'mediastream/RTCDataChannelEvent.idl', 271 'mediastream/RTCDataChannelEvent.idl',
272 'mediastream/RTCIceCandidateEvent.idl', 272 'mediastream/RTCIceCandidateEvent.idl',
273 'push_messaging/PushEvent.idl', 273 'push_messaging/PushEvent.idl',
274 'serviceworkers/ExtendableEvent.idl', 274 'serviceworkers/ExtendableEvent.idl',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'device_orientation/DeviceRotationRate.cpp', 402 'device_orientation/DeviceRotationRate.cpp',
403 'device_orientation/DeviceRotationRate.h', 403 'device_orientation/DeviceRotationRate.h',
404 'donottrack/NavigatorDoNotTrack.cpp', 404 'donottrack/NavigatorDoNotTrack.cpp',
405 'donottrack/NavigatorDoNotTrack.h', 405 'donottrack/NavigatorDoNotTrack.h',
406 'encoding/TextDecoder.cpp', 406 'encoding/TextDecoder.cpp',
407 'encoding/TextDecoder.h', 407 'encoding/TextDecoder.h',
408 'encoding/TextEncoder.cpp', 408 'encoding/TextEncoder.cpp',
409 'encoding/TextEncoder.h', 409 'encoding/TextEncoder.h',
410 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 410 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
411 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 411 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
412 'encryptedmedia/MediaEncryptedEvent.cpp',
413 'encryptedmedia/MediaEncryptedEvent.h',
412 'encryptedmedia/MediaKeyMessageEvent.cpp', 414 'encryptedmedia/MediaKeyMessageEvent.cpp',
413 'encryptedmedia/MediaKeyMessageEvent.h', 415 'encryptedmedia/MediaKeyMessageEvent.h',
414 'encryptedmedia/MediaKeyNeededEvent.cpp',
415 'encryptedmedia/MediaKeyNeededEvent.h',
416 'encryptedmedia/MediaKeySession.cpp', 416 'encryptedmedia/MediaKeySession.cpp',
417 'encryptedmedia/MediaKeySession.h', 417 'encryptedmedia/MediaKeySession.h',
418 'encryptedmedia/MediaKeys.cpp', 418 'encryptedmedia/MediaKeys.cpp',
419 'encryptedmedia/MediaKeys.h', 419 'encryptedmedia/MediaKeys.h',
420 'encryptedmedia/MediaKeysClient.h', 420 'encryptedmedia/MediaKeysClient.h',
421 'encryptedmedia/MediaKeysController.cpp', 421 'encryptedmedia/MediaKeysController.cpp',
422 'encryptedmedia/MediaKeysController.h', 422 'encryptedmedia/MediaKeysController.h',
423 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp', 423 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp',
424 'encryptedmedia/SimpleContentDecryptionModuleResult.h', 424 'encryptedmedia/SimpleContentDecryptionModuleResult.h',
425 'filesystem/DOMFilePath.cpp', 425 'filesystem/DOMFilePath.cpp',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'serviceworkers/ServiceWorkerContainerTest.cpp', 1055 'serviceworkers/ServiceWorkerContainerTest.cpp',
1056 'websockets/DOMWebSocketTest.cpp', 1056 'websockets/DOMWebSocketTest.cpp',
1057 'websockets/NewWebSocketChannelImplTest.cpp', 1057 'websockets/NewWebSocketChannelImplTest.cpp',
1058 'websockets/WebSocketDeflaterTest.cpp', 1058 'websockets/WebSocketDeflaterTest.cpp',
1059 'websockets/WebSocketExtensionDispatcherTest.cpp', 1059 'websockets/WebSocketExtensionDispatcherTest.cpp',
1060 'websockets/WebSocketExtensionParserTest.cpp', 1060 'websockets/WebSocketExtensionParserTest.cpp',
1061 'websockets/WebSocketPerMessageDeflateTest.cpp', 1061 'websockets/WebSocketPerMessageDeflateTest.cpp',
1062 ], 1062 ],
1063 }, 1063 },
1064 } 1064 }
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