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

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: 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/CryptoKey.idl', 23 'crypto/CryptoKey.idl',
24 'crypto/SubtleCrypto.idl', 24 'crypto/SubtleCrypto.idl',
25 'device_light/DeviceLightEvent.idl', 25 'device_light/DeviceLightEvent.idl',
26 'device_orientation/DeviceAcceleration.idl', 26 'device_orientation/DeviceAcceleration.idl',
27 'device_orientation/DeviceMotionEvent.idl', 27 'device_orientation/DeviceMotionEvent.idl',
28 'device_orientation/DeviceOrientationEvent.idl', 28 'device_orientation/DeviceOrientationEvent.idl',
29 'device_orientation/DeviceRotationRate.idl', 29 'device_orientation/DeviceRotationRate.idl',
30 'encoding/TextDecoder.idl', 30 'encoding/TextDecoder.idl',
31 'encoding/TextEncoder.idl', 31 'encoding/TextEncoder.idl',
32 'encryptedmedia/MediaKeyMessageEvent.idl', 32 'encryptedmedia/MediaKeyMessageEvent.idl',
33 'encryptedmedia/MediaKeyNeededEvent.idl', 33 'encryptedmedia/MediaEncryptedEvent.idl',
jrummell 2014/09/26 22:16:23 Move up a line since I think they should be alphab
sandersd (OOO until July 31) 2014/09/26 22:49:21 Done.
34 'encryptedmedia/MediaKeySession.idl', 34 'encryptedmedia/MediaKeySession.idl',
35 'encryptedmedia/MediaKeys.idl', 35 'encryptedmedia/MediaKeys.idl',
36 'filesystem/DOMFileSystem.idl', 36 'filesystem/DOMFileSystem.idl',
37 'filesystem/DOMFileSystemSync.idl', 37 'filesystem/DOMFileSystemSync.idl',
38 'filesystem/DirectoryEntry.idl', 38 'filesystem/DirectoryEntry.idl',
39 'filesystem/DirectoryEntrySync.idl', 39 'filesystem/DirectoryEntrySync.idl',
40 'filesystem/DirectoryReader.idl', 40 'filesystem/DirectoryReader.idl',
41 'filesystem/DirectoryReaderSync.idl', 41 'filesystem/DirectoryReaderSync.idl',
42 'filesystem/EntriesCallback.idl', 42 'filesystem/EntriesCallback.idl',
43 'filesystem/Entry.idl', 43 'filesystem/Entry.idl',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'vibration/NavigatorVibration.idl', 248 'vibration/NavigatorVibration.idl',
249 'webaudio/WindowWebAudio.idl', 249 'webaudio/WindowWebAudio.idl',
250 'webdatabase/WindowWebDatabase.idl', 250 'webdatabase/WindowWebDatabase.idl',
251 'webmidi/NavigatorWebMIDI.idl', 251 'webmidi/NavigatorWebMIDI.idl',
252 ], 252 ],
253 # interfaces that inherit from Event 253 # interfaces that inherit from Event
254 'modules_event_idl_files': [ 254 'modules_event_idl_files': [
255 'device_light/DeviceLightEvent.idl', 255 'device_light/DeviceLightEvent.idl',
256 'device_orientation/DeviceMotionEvent.idl', 256 'device_orientation/DeviceMotionEvent.idl',
257 'device_orientation/DeviceOrientationEvent.idl', 257 'device_orientation/DeviceOrientationEvent.idl',
258 'encryptedmedia/MediaEncryptedEvent.idl',
258 'encryptedmedia/MediaKeyMessageEvent.idl', 259 'encryptedmedia/MediaKeyMessageEvent.idl',
259 'encryptedmedia/MediaKeyNeededEvent.idl',
260 'gamepad/GamepadEvent.idl', 260 'gamepad/GamepadEvent.idl',
261 'indexeddb/IDBVersionChangeEvent.idl', 261 'indexeddb/IDBVersionChangeEvent.idl',
262 'mediastream/MediaStreamEvent.idl', 262 'mediastream/MediaStreamEvent.idl',
263 'mediastream/MediaStreamTrackEvent.idl', 263 'mediastream/MediaStreamTrackEvent.idl',
264 'mediastream/RTCDTMFToneChangeEvent.idl', 264 'mediastream/RTCDTMFToneChangeEvent.idl',
265 'mediastream/RTCDataChannelEvent.idl', 265 'mediastream/RTCDataChannelEvent.idl',
266 'mediastream/RTCIceCandidateEvent.idl', 266 'mediastream/RTCIceCandidateEvent.idl',
267 'push_messaging/PushEvent.idl', 267 'push_messaging/PushEvent.idl',
268 'serviceworkers/ExtendableEvent.idl', 268 'serviceworkers/ExtendableEvent.idl',
269 'serviceworkers/FetchEvent.idl', 269 'serviceworkers/FetchEvent.idl',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'device_orientation/DeviceRotationRate.cpp', 387 'device_orientation/DeviceRotationRate.cpp',
388 'device_orientation/DeviceRotationRate.h', 388 'device_orientation/DeviceRotationRate.h',
389 'donottrack/NavigatorDoNotTrack.cpp', 389 'donottrack/NavigatorDoNotTrack.cpp',
390 'donottrack/NavigatorDoNotTrack.h', 390 'donottrack/NavigatorDoNotTrack.h',
391 'encoding/TextDecoder.cpp', 391 'encoding/TextDecoder.cpp',
392 'encoding/TextDecoder.h', 392 'encoding/TextDecoder.h',
393 'encoding/TextEncoder.cpp', 393 'encoding/TextEncoder.cpp',
394 'encoding/TextEncoder.h', 394 'encoding/TextEncoder.h',
395 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 395 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
396 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 396 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
397 'encryptedmedia/MediaEncryptedEvent.cpp',
398 'encryptedmedia/MediaEncryptedEvent.h',
397 'encryptedmedia/MediaKeyMessageEvent.cpp', 399 'encryptedmedia/MediaKeyMessageEvent.cpp',
398 'encryptedmedia/MediaKeyMessageEvent.h', 400 'encryptedmedia/MediaKeyMessageEvent.h',
399 'encryptedmedia/MediaKeyNeededEvent.cpp',
400 'encryptedmedia/MediaKeyNeededEvent.h',
401 'encryptedmedia/MediaKeySession.cpp', 401 'encryptedmedia/MediaKeySession.cpp',
402 'encryptedmedia/MediaKeySession.h', 402 'encryptedmedia/MediaKeySession.h',
403 'encryptedmedia/MediaKeys.cpp', 403 'encryptedmedia/MediaKeys.cpp',
404 'encryptedmedia/MediaKeys.h', 404 'encryptedmedia/MediaKeys.h',
405 'encryptedmedia/MediaKeysClient.h', 405 'encryptedmedia/MediaKeysClient.h',
406 'encryptedmedia/MediaKeysController.cpp', 406 'encryptedmedia/MediaKeysController.cpp',
407 'encryptedmedia/MediaKeysController.h', 407 'encryptedmedia/MediaKeysController.h',
408 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp', 408 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp',
409 'encryptedmedia/SimpleContentDecryptionModuleResult.h', 409 'encryptedmedia/SimpleContentDecryptionModuleResult.h',
410 'filesystem/DOMFilePath.cpp', 410 'filesystem/DOMFilePath.cpp',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'serviceworkers/ServiceWorkerContainerTest.cpp', 1038 'serviceworkers/ServiceWorkerContainerTest.cpp',
1039 'websockets/DOMWebSocketTest.cpp', 1039 'websockets/DOMWebSocketTest.cpp',
1040 'websockets/NewWebSocketChannelImplTest.cpp', 1040 'websockets/NewWebSocketChannelImplTest.cpp',
1041 'websockets/WebSocketDeflaterTest.cpp', 1041 'websockets/WebSocketDeflaterTest.cpp',
1042 'websockets/WebSocketExtensionDispatcherTest.cpp', 1042 'websockets/WebSocketExtensionDispatcherTest.cpp',
1043 'websockets/WebSocketExtensionParserTest.cpp', 1043 'websockets/WebSocketExtensionParserTest.cpp',
1044 'websockets/WebSocketPerMessageDeflateTest.cpp', 1044 'websockets/WebSocketPerMessageDeflateTest.cpp',
1045 ], 1045 ],
1046 }, 1046 },
1047 } 1047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698