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

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: esprehn@ comments Created 5 years, 4 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'exported/WebFederatedCredential.cpp', 285 'exported/WebFederatedCredential.cpp',
286 'exported/WebFileSystemCallbacks.cpp', 286 'exported/WebFileSystemCallbacks.cpp',
287 'exported/WebFilterKeyframe.cpp', 287 'exported/WebFilterKeyframe.cpp',
288 'exported/WebHTTPBody.cpp', 288 'exported/WebHTTPBody.cpp',
289 'exported/WebHTTPLoadInfo.cpp', 289 'exported/WebHTTPLoadInfo.cpp',
290 'exported/WebImageSkia.cpp', 290 'exported/WebImageSkia.cpp',
291 'exported/WebMediaConstraints.cpp', 291 'exported/WebMediaConstraints.cpp',
292 'exported/WebMediaDeviceInfo.cpp', 292 'exported/WebMediaDeviceInfo.cpp',
293 'exported/WebMediaPlayerClient.cpp', 293 'exported/WebMediaPlayerClient.cpp',
294 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 294 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
295 'exported/WebMediaRecorderHandlerClient.cpp',
295 'exported/WebMediaStream.cpp', 296 'exported/WebMediaStream.cpp',
296 'exported/WebMediaStreamSource.cpp', 297 'exported/WebMediaStreamSource.cpp',
297 'exported/WebMediaStreamTrack.cpp', 298 'exported/WebMediaStreamTrack.cpp',
298 'exported/WebMediaStreamTrackSourcesRequest.cpp', 299 'exported/WebMediaStreamTrackSourcesRequest.cpp',
299 'exported/WebMemoryAllocatorDump.cpp', 300 'exported/WebMemoryAllocatorDump.cpp',
300 'exported/WebMemoryDumpProvider.cpp', 301 'exported/WebMemoryDumpProvider.cpp',
301 'exported/WebMessagePortChannelClient.cpp', 302 'exported/WebMessagePortChannelClient.cpp',
302 'exported/WebPasswordCredential.cpp', 303 'exported/WebPasswordCredential.cpp',
303 'exported/WebPrerender.cpp', 304 'exported/WebPrerender.cpp',
304 'exported/WebPrerenderingSupport.cpp', 305 'exported/WebPrerenderingSupport.cpp',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 ['os_posix==1 and OS!="mac"', 1049 ['os_posix==1 and OS!="mac"',
1049 { 1050 {
1050 'platform_test_files': [ 1051 'platform_test_files': [
1051 'text/LocaleICUTest.cpp', 1052 'text/LocaleICUTest.cpp',
1052 ], 1053 ],
1053 } 1054 }
1054 ], 1055 ],
1055 ], 1056 ],
1056 }, 1057 },
1057 } 1058 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698