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

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

Issue 1337543002: MediaRecorder: exporting WebMediaRecorderHandler.h and adding dummy WebMediaRecorderHandler.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added dummy WebMediaRecorderHandler.cpp 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
« no previous file with comments | « no previous file | Source/platform/exported/WebMediaRecorderHandler.cpp » ('j') | public/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'exported/WebFederatedCredential.cpp', 290 'exported/WebFederatedCredential.cpp',
291 'exported/WebFileSystemCallbacks.cpp', 291 'exported/WebFileSystemCallbacks.cpp',
292 'exported/WebFilterKeyframe.cpp', 292 'exported/WebFilterKeyframe.cpp',
293 'exported/WebHTTPBody.cpp', 293 'exported/WebHTTPBody.cpp',
294 'exported/WebHTTPLoadInfo.cpp', 294 'exported/WebHTTPLoadInfo.cpp',
295 'exported/WebImageSkia.cpp', 295 'exported/WebImageSkia.cpp',
296 'exported/WebMediaConstraints.cpp', 296 'exported/WebMediaConstraints.cpp',
297 'exported/WebMediaDeviceInfo.cpp', 297 'exported/WebMediaDeviceInfo.cpp',
298 'exported/WebMediaPlayerClient.cpp', 298 'exported/WebMediaPlayerClient.cpp',
299 'exported/WebMediaPlayerEncryptedMediaClient.cpp', 299 'exported/WebMediaPlayerEncryptedMediaClient.cpp',
300 'exported/WebMediaRecorderHandler.cpp',
300 'exported/WebMediaStream.cpp', 301 'exported/WebMediaStream.cpp',
301 'exported/WebMediaStreamSource.cpp', 302 'exported/WebMediaStreamSource.cpp',
302 'exported/WebMediaStreamTrack.cpp', 303 'exported/WebMediaStreamTrack.cpp',
303 'exported/WebMediaStreamTrackSourcesRequest.cpp', 304 'exported/WebMediaStreamTrackSourcesRequest.cpp',
304 'exported/WebMemoryAllocatorDump.cpp', 305 'exported/WebMemoryAllocatorDump.cpp',
305 'exported/WebMemoryDumpProvider.cpp', 306 'exported/WebMemoryDumpProvider.cpp',
306 'exported/WebMessagePortChannelClient.cpp', 307 'exported/WebMessagePortChannelClient.cpp',
307 'exported/WebPasswordCredential.cpp', 308 'exported/WebPasswordCredential.cpp',
308 'exported/WebPrerender.cpp', 309 'exported/WebPrerender.cpp',
309 'exported/WebPrerenderingSupport.cpp', 310 'exported/WebPrerenderingSupport.cpp',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 ['os_posix==1 and OS!="mac"', 1066 ['os_posix==1 and OS!="mac"',
1066 { 1067 {
1067 'platform_test_files': [ 1068 'platform_test_files': [
1068 'text/LocaleICUTest.cpp', 1069 'text/LocaleICUTest.cpp',
1069 ], 1070 ],
1070 } 1071 }
1071 ], 1072 ],
1072 ], 1073 ],
1073 }, 1074 },
1074 } 1075 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/exported/WebMediaRecorderHandler.cpp » ('j') | public/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698