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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 858693002: Add MediaKeySession.keystatuseschange event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WebData Created 5 years, 11 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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'exported/WebCredential.cpp', 275 'exported/WebCredential.cpp',
276 'exported/WebCryptoAlgorithm.cpp', 276 'exported/WebCryptoAlgorithm.cpp',
277 'exported/WebCryptoKey.cpp', 277 'exported/WebCryptoKey.cpp',
278 'exported/WebCryptoKeyAlgorithm.cpp', 278 'exported/WebCryptoKeyAlgorithm.cpp',
279 'exported/WebCryptoResult.cpp', 279 'exported/WebCryptoResult.cpp',
280 'exported/WebCursorInfo.cpp', 280 'exported/WebCursorInfo.cpp',
281 'exported/WebData.cpp', 281 'exported/WebData.cpp',
282 'exported/WebDeviceMotionData.cpp', 282 'exported/WebDeviceMotionData.cpp',
283 'exported/WebDeviceOrientationData.cpp', 283 'exported/WebDeviceOrientationData.cpp',
284 'exported/WebEncryptedMediaClient.cpp', 284 'exported/WebEncryptedMediaClient.cpp',
285 'exported/WebEncryptedMediaKeyInformation.cpp',
285 'exported/WebFederatedCredential.cpp', 286 'exported/WebFederatedCredential.cpp',
286 'exported/WebFileSystemCallbacks.cpp', 287 'exported/WebFileSystemCallbacks.cpp',
287 'exported/WebFilterKeyframe.cpp', 288 'exported/WebFilterKeyframe.cpp',
288 'exported/WebHTTPBody.cpp', 289 'exported/WebHTTPBody.cpp',
289 'exported/WebHTTPLoadInfo.cpp', 290 'exported/WebHTTPLoadInfo.cpp',
290 'exported/WebImageSkia.cpp', 291 'exported/WebImageSkia.cpp',
291 'exported/WebLocalCredential.cpp', 292 'exported/WebLocalCredential.cpp',
292 'exported/WebMediaConstraints.cpp', 293 'exported/WebMediaConstraints.cpp',
293 'exported/WebMediaDeviceInfo.cpp', 294 'exported/WebMediaDeviceInfo.cpp',
294 'exported/WebMediaStream.cpp', 295 'exported/WebMediaStream.cpp',
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 'graphics/ImageFrameGeneratorTest.cpp', 972 'graphics/ImageFrameGeneratorTest.cpp',
972 'graphics/ImageLayerChromiumTest.cpp', 973 'graphics/ImageLayerChromiumTest.cpp',
973 'graphics/test/MockImageDecoder.h', 974 'graphics/test/MockImageDecoder.h',
974 'graphics/test/MockWebGraphicsContext3D.h', 975 'graphics/test/MockWebGraphicsContext3D.h',
975 'image-decoders/gif/GIFImageDecoderTest.cpp', 976 'image-decoders/gif/GIFImageDecoderTest.cpp',
976 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 977 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
977 'image-decoders/webp/WEBPImageDecoderTest.cpp', 978 'image-decoders/webp/WEBPImageDecoderTest.cpp',
978 ], 979 ],
979 }, 980 },
980 } 981 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698