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

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

Issue 687533004: Simplify use of ContentDecryptionModuleResult with promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'device_orientation/DeviceOrientationInspectorAgent.cpp', 408 'device_orientation/DeviceOrientationInspectorAgent.cpp',
409 'device_orientation/DeviceOrientationInspectorAgent.h', 409 'device_orientation/DeviceOrientationInspectorAgent.h',
410 'device_orientation/DeviceRotationRate.cpp', 410 'device_orientation/DeviceRotationRate.cpp',
411 'device_orientation/DeviceRotationRate.h', 411 'device_orientation/DeviceRotationRate.h',
412 'donottrack/NavigatorDoNotTrack.cpp', 412 'donottrack/NavigatorDoNotTrack.cpp',
413 'donottrack/NavigatorDoNotTrack.h', 413 'donottrack/NavigatorDoNotTrack.h',
414 'encoding/TextDecoder.cpp', 414 'encoding/TextDecoder.cpp',
415 'encoding/TextDecoder.h', 415 'encoding/TextDecoder.h',
416 'encoding/TextEncoder.cpp', 416 'encoding/TextEncoder.cpp',
417 'encoding/TextEncoder.h', 417 'encoding/TextEncoder.h',
418 'encryptedmedia/ContentDecryptionModuleResultPromise.cpp',
419 'encryptedmedia/ContentDecryptionModuleResultPromise.h',
418 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 420 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
419 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 421 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
420 'encryptedmedia/MediaEncryptedEvent.cpp', 422 'encryptedmedia/MediaEncryptedEvent.cpp',
421 'encryptedmedia/MediaEncryptedEvent.h', 423 'encryptedmedia/MediaEncryptedEvent.h',
422 'encryptedmedia/MediaKeyMessageEvent.cpp', 424 'encryptedmedia/MediaKeyMessageEvent.cpp',
423 'encryptedmedia/MediaKeyMessageEvent.h', 425 'encryptedmedia/MediaKeyMessageEvent.h',
424 'encryptedmedia/MediaKeySession.cpp', 426 'encryptedmedia/MediaKeySession.cpp',
425 'encryptedmedia/MediaKeySession.h', 427 'encryptedmedia/MediaKeySession.h',
426 'encryptedmedia/MediaKeySystemAccess.cpp', 428 'encryptedmedia/MediaKeySystemAccess.cpp',
427 'encryptedmedia/MediaKeySystemAccess.h', 429 'encryptedmedia/MediaKeySystemAccess.h',
428 'encryptedmedia/MediaKeys.cpp', 430 'encryptedmedia/MediaKeys.cpp',
429 'encryptedmedia/MediaKeys.h', 431 'encryptedmedia/MediaKeys.h',
430 'encryptedmedia/MediaKeysClient.h', 432 'encryptedmedia/MediaKeysClient.h',
431 'encryptedmedia/MediaKeysController.cpp', 433 'encryptedmedia/MediaKeysController.cpp',
432 'encryptedmedia/MediaKeysController.h', 434 'encryptedmedia/MediaKeysController.h',
433 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp', 435 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
434 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h', 436 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
435 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp', 437 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
436 'encryptedmedia/SimpleContentDecryptionModuleResult.h', 438 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
437 'filesystem/DOMFilePath.cpp', 439 'filesystem/DOMFilePath.cpp',
438 'filesystem/DOMFilePath.h', 440 'filesystem/DOMFilePath.h',
439 'filesystem/DOMFileSystem.cpp', 441 'filesystem/DOMFileSystem.cpp',
440 'filesystem/DOMFileSystem.h', 442 'filesystem/DOMFileSystem.h',
441 'filesystem/DOMFileSystemBase.cpp', 443 'filesystem/DOMFileSystemBase.cpp',
442 'filesystem/DOMFileSystemBase.h', 444 'filesystem/DOMFileSystemBase.h',
443 'filesystem/DOMFileSystemSync.cpp', 445 'filesystem/DOMFileSystemSync.cpp',
444 'filesystem/DOMFileSystemSync.h', 446 'filesystem/DOMFileSystemSync.h',
445 'filesystem/DOMWindowFileSystem.cpp', 447 'filesystem/DOMWindowFileSystem.cpp',
446 'filesystem/DOMWindowFileSystem.h', 448 'filesystem/DOMWindowFileSystem.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'serviceworkers/CacheTest.cpp', 1057 'serviceworkers/CacheTest.cpp',
1056 'serviceworkers/FetchResponseDataTest.cpp', 1058 'serviceworkers/FetchResponseDataTest.cpp',
1057 'serviceworkers/RequestTest.cpp', 1059 'serviceworkers/RequestTest.cpp',
1058 'serviceworkers/ResponseTest.cpp', 1060 'serviceworkers/ResponseTest.cpp',
1059 'serviceworkers/ServiceWorkerContainerTest.cpp', 1061 'serviceworkers/ServiceWorkerContainerTest.cpp',
1060 'websockets/DOMWebSocketTest.cpp', 1062 'websockets/DOMWebSocketTest.cpp',
1061 'websockets/DocumentWebSocketChannelTest.cpp', 1063 'websockets/DocumentWebSocketChannelTest.cpp',
1062 ], 1064 ],
1063 }, 1065 },
1064 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698