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

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

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: peter@ comments. Removed BlobEvent, moved MediaRecorder* to Source/modules/mediarecorder Created 5 years, 3 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'exported/WebFederatedCredential.cpp', 289 'exported/WebFederatedCredential.cpp',
290 'exported/WebFileSystemCallbacks.cpp', 290 'exported/WebFileSystemCallbacks.cpp',
291 'exported/WebFilterKeyframe.cpp', 291 'exported/WebFilterKeyframe.cpp',
292 'exported/WebHTTPBody.cpp', 292 'exported/WebHTTPBody.cpp',
293 'exported/WebHTTPLoadInfo.cpp', 293 'exported/WebHTTPLoadInfo.cpp',
294 'exported/WebImageSkia.cpp', 294 'exported/WebImageSkia.cpp',
295 'exported/WebMediaConstraints.cpp', 295 'exported/WebMediaConstraints.cpp',
296 'exported/WebMediaDeviceInfo.cpp', 296 'exported/WebMediaDeviceInfo.cpp',
297 'exported/WebMediaPlayerClient.cpp', 297 'exported/WebMediaPlayerClient.cpp',
298 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 298 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
299 'exported/WebMediaRecorderHandlerClient.cpp',
299 'exported/WebMediaStream.cpp', 300 'exported/WebMediaStream.cpp',
300 'exported/WebMediaStreamSource.cpp', 301 'exported/WebMediaStreamSource.cpp',
301 'exported/WebMediaStreamTrack.cpp', 302 'exported/WebMediaStreamTrack.cpp',
302 'exported/WebMediaStreamTrackSourcesRequest.cpp', 303 'exported/WebMediaStreamTrackSourcesRequest.cpp',
303 'exported/WebMemoryAllocatorDump.cpp', 304 'exported/WebMemoryAllocatorDump.cpp',
304 'exported/WebMemoryDumpProvider.cpp', 305 'exported/WebMemoryDumpProvider.cpp',
305 'exported/WebMessagePortChannelClient.cpp', 306 'exported/WebMessagePortChannelClient.cpp',
306 'exported/WebPasswordCredential.cpp', 307 'exported/WebPasswordCredential.cpp',
307 'exported/WebPrerender.cpp', 308 'exported/WebPrerender.cpp',
308 'exported/WebPrerenderingSupport.cpp', 309 'exported/WebPrerenderingSupport.cpp',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 ['os_posix==1 and OS!="mac"', 1060 ['os_posix==1 and OS!="mac"',
1060 { 1061 {
1061 'platform_test_files': [ 1062 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1063 'text/LocaleICUTest.cpp',
1063 ], 1064 ],
1064 } 1065 }
1065 ], 1066 ],
1066 ], 1067 ],
1067 }, 1068 },
1068 } 1069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698