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

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

Issue 64593002: Move MediaStreamSource to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also move WebMediaConstraints.cpp Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'exported/WebCryptoAlgorithm.cpp', 238 'exported/WebCryptoAlgorithm.cpp',
239 'exported/WebCryptoKey.cpp', 239 'exported/WebCryptoKey.cpp',
240 'exported/WebData.cpp', 240 'exported/WebData.cpp',
241 'exported/WebDeviceMotionData.cpp', 241 'exported/WebDeviceMotionData.cpp',
242 'exported/WebDeviceOrientationData.cpp', 242 'exported/WebDeviceOrientationData.cpp',
243 'exported/WebFileSystemCallbacks.cpp', 243 'exported/WebFileSystemCallbacks.cpp',
244 'exported/WebFilterKeyframe.cpp', 244 'exported/WebFilterKeyframe.cpp',
245 'exported/WebFloatQuad.cpp', 245 'exported/WebFloatQuad.cpp',
246 'exported/WebHTTPBody.cpp', 246 'exported/WebHTTPBody.cpp',
247 'exported/WebHTTPLoadInfo.cpp', 247 'exported/WebHTTPLoadInfo.cpp',
248 'exported/WebMediaConstraints.cpp',
249 'exported/WebMediaStreamSource.cpp',
248 'exported/WebPrerender.cpp', 250 'exported/WebPrerender.cpp',
249 'exported/WebPrerenderingSupport.cpp', 251 'exported/WebPrerenderingSupport.cpp',
250 'exported/WebRTCConfiguration.cpp', 252 'exported/WebRTCConfiguration.cpp',
251 'exported/WebRTCICECandidate.cpp', 253 'exported/WebRTCICECandidate.cpp',
252 'exported/WebRTCStatsResponse.cpp', 254 'exported/WebRTCStatsResponse.cpp',
253 'exported/WebRTCVoidRequest.cpp', 255 'exported/WebRTCVoidRequest.cpp',
254 'exported/WebSocketStreamError.cpp', 256 'exported/WebSocketStreamError.cpp',
255 'exported/WebSourceInfo.cpp', 257 'exported/WebSourceInfo.cpp',
256 'exported/WebThreadSafeData.cpp', 258 'exported/WebThreadSafeData.cpp',
257 'exported/WebTransformKeyframe.cpp', 259 'exported/WebTransformKeyframe.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'graphics/ScaledImageFragment.h', 356 'graphics/ScaledImageFragment.h',
355 'graphics/SkSizeHash.h', 357 'graphics/SkSizeHash.h',
356 'graphics/TextRun.cpp', 358 'graphics/TextRun.cpp',
357 'graphics/TextRun.h', 359 'graphics/TextRun.h',
358 'graphics/TextRunIterator.h', 360 'graphics/TextRunIterator.h',
359 'graphics/ThreadSafeDataTransport.cpp', 361 'graphics/ThreadSafeDataTransport.cpp',
360 'graphics/ThreadSafeDataTransport.h', 362 'graphics/ThreadSafeDataTransport.h',
361 'graphics/WindRule.h', 363 'graphics/WindRule.h',
362 'mediastream/MediaConstraints.cpp', 364 'mediastream/MediaConstraints.cpp',
363 'mediastream/MediaConstraints.h', 365 'mediastream/MediaConstraints.h',
366 'mediastream/MediaStreamSource.cpp',
367 'mediastream/MediaStreamSource.h',
364 'mediastream/RTCConfiguration.h', 368 'mediastream/RTCConfiguration.h',
365 'mediastream/RTCSessionDescriptionRequest.h', 369 'mediastream/RTCSessionDescriptionRequest.h',
366 'mediastream/RTCStatsResponseBase.h', 370 'mediastream/RTCStatsResponseBase.h',
367 'mediastream/RTCVoidRequest.h', 371 'mediastream/RTCVoidRequest.h',
368 'network/DNS.cpp', 372 'network/DNS.cpp',
369 'network/DNS.h', 373 'network/DNS.h',
370 'network/HTTPHeaderMap.cpp', 374 'network/HTTPHeaderMap.cpp',
371 'network/HTTPHeaderMap.h', 375 'network/HTTPHeaderMap.h',
372 'network/HTTPParsers.cpp', 376 'network/HTTPParsers.cpp',
373 'network/HTTPParsers.h', 377 'network/HTTPParsers.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'geometry/RoundedRectTest.cpp', 491 'geometry/RoundedRectTest.cpp',
488 'graphics/ThreadSafeDataTransportTest.cpp', 492 'graphics/ThreadSafeDataTransportTest.cpp',
489 'testing/ArenaTestHelpers.h', 493 'testing/ArenaTestHelpers.h',
490 'testing/TreeTestHelpers.cpp', 494 'testing/TreeTestHelpers.cpp',
491 'testing/TreeTestHelpers.h', 495 'testing/TreeTestHelpers.h',
492 'text/BidiResolverTest.cpp', 496 'text/BidiResolverTest.cpp',
493 'text/DateTimeFormatTest.cpp', 497 'text/DateTimeFormatTest.cpp',
494 ], 498 ],
495 }, 499 },
496 } 500 }
OLDNEW
« no previous file with comments | « Source/modules/mediastream/UserMediaRequest.h ('k') | Source/platform/exported/WebMediaConstraints.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698