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

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

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: philipj's comments Created 4 years, 8 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'exported/WebFont.cpp', 318 'exported/WebFont.cpp',
319 'exported/WebFontDescription.cpp', 319 'exported/WebFontDescription.cpp',
320 'exported/WebHTTPBody.cpp', 320 'exported/WebHTTPBody.cpp',
321 'exported/WebHTTPLoadInfo.cpp', 321 'exported/WebHTTPLoadInfo.cpp',
322 'exported/WebImageGenerator.cpp', 322 'exported/WebImageGenerator.cpp',
323 'exported/WebImage.cpp', 323 'exported/WebImage.cpp',
324 'exported/WebMediaConstraints.cpp', 324 'exported/WebMediaConstraints.cpp',
325 'exported/WebMediaDeviceInfo.cpp', 325 'exported/WebMediaDeviceInfo.cpp',
326 'exported/WebMediaPlayerClient.cpp', 326 'exported/WebMediaPlayerClient.cpp',
327 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 327 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
328 'exported/WebMediaPlayerSource.cpp',
328 'exported/WebMediaRecorderHandler.cpp', 329 'exported/WebMediaRecorderHandler.cpp',
329 'exported/WebMediaStream.cpp', 330 'exported/WebMediaStream.cpp',
330 'exported/WebMediaStreamSource.cpp', 331 'exported/WebMediaStreamSource.cpp',
331 'exported/WebMediaStreamTrack.cpp', 332 'exported/WebMediaStreamTrack.cpp',
332 'exported/WebMediaStreamTrackSourcesRequest.cpp', 333 'exported/WebMediaStreamTrackSourcesRequest.cpp',
333 'exported/WebMemoryAllocatorDump.cpp', 334 'exported/WebMemoryAllocatorDump.cpp',
334 'exported/WebMemoryDumpProvider.cpp', 335 'exported/WebMemoryDumpProvider.cpp',
335 'exported/WebMessagePortChannelClient.cpp', 336 'exported/WebMessagePortChannelClient.cpp',
336 'exported/WebPasswordCredential.cpp', 337 'exported/WebPasswordCredential.cpp',
337 'exported/WebPrerender.cpp', 338 'exported/WebPrerender.cpp',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 ['OS!="mac"', 1298 ['OS!="mac"',
1298 { 1299 {
1299 'platform_test_files': [ 1300 'platform_test_files': [
1300 'scroll/ScrollAnimatorTest.cpp', 1301 'scroll/ScrollAnimatorTest.cpp',
1301 ], 1302 ],
1302 } 1303 }
1303 ], 1304 ],
1304 ], 1305 ],
1305 }, 1306 },
1306 } 1307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698