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

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: 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'exported/WebCryptoAlgorithm.cpp', 236 'exported/WebCryptoAlgorithm.cpp',
237 'exported/WebCryptoKey.cpp', 237 'exported/WebCryptoKey.cpp',
238 'exported/WebData.cpp', 238 'exported/WebData.cpp',
239 'exported/WebDeviceMotionData.cpp', 239 'exported/WebDeviceMotionData.cpp',
240 'exported/WebDeviceOrientationData.cpp', 240 'exported/WebDeviceOrientationData.cpp',
241 'exported/WebFileSystemCallbacks.cpp', 241 'exported/WebFileSystemCallbacks.cpp',
242 'exported/WebFilterKeyframe.cpp', 242 'exported/WebFilterKeyframe.cpp',
243 'exported/WebFloatQuad.cpp', 243 'exported/WebFloatQuad.cpp',
244 'exported/WebHTTPBody.cpp', 244 'exported/WebHTTPBody.cpp',
245 'exported/WebHTTPLoadInfo.cpp', 245 'exported/WebHTTPLoadInfo.cpp',
246 'exported/WebMediaStreamSource.cpp',
246 'exported/WebPrerender.cpp', 247 'exported/WebPrerender.cpp',
247 'exported/WebPrerenderingSupport.cpp', 248 'exported/WebPrerenderingSupport.cpp',
248 'exported/WebRTCConfiguration.cpp', 249 'exported/WebRTCConfiguration.cpp',
249 'exported/WebRTCICECandidate.cpp', 250 'exported/WebRTCICECandidate.cpp',
250 'exported/WebSocketStreamError.cpp', 251 'exported/WebSocketStreamError.cpp',
251 'exported/WebSourceInfo.cpp', 252 'exported/WebSourceInfo.cpp',
252 'exported/WebThreadSafeData.cpp', 253 'exported/WebThreadSafeData.cpp',
253 'exported/WebTransformKeyframe.cpp', 254 'exported/WebTransformKeyframe.cpp',
254 'exported/WebURL.cpp', 255 'exported/WebURL.cpp',
255 'exported/WebURLError.cpp', 256 'exported/WebURLError.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'graphics/ScaledImageFragment.h', 353 'graphics/ScaledImageFragment.h',
353 'graphics/SkSizeHash.h', 354 'graphics/SkSizeHash.h',
354 'graphics/TextRun.cpp', 355 'graphics/TextRun.cpp',
355 'graphics/TextRun.h', 356 'graphics/TextRun.h',
356 'graphics/TextRunIterator.h', 357 'graphics/TextRunIterator.h',
357 'graphics/ThreadSafeDataTransport.cpp', 358 'graphics/ThreadSafeDataTransport.cpp',
358 'graphics/ThreadSafeDataTransport.h', 359 'graphics/ThreadSafeDataTransport.h',
359 'graphics/WindRule.h', 360 'graphics/WindRule.h',
360 'mediastream/MediaConstraints.cpp', 361 'mediastream/MediaConstraints.cpp',
361 'mediastream/MediaConstraints.h', 362 'mediastream/MediaConstraints.h',
363 'mediastream/MediaStreamSource.cpp',
364 'mediastream/MediaStreamSource.h',
362 'mediastream/RTCConfiguration.h', 365 'mediastream/RTCConfiguration.h',
363 'network/DNS.cpp', 366 'network/DNS.cpp',
364 'network/DNS.h', 367 'network/DNS.h',
365 'network/HTTPHeaderMap.cpp', 368 'network/HTTPHeaderMap.cpp',
366 'network/HTTPHeaderMap.h', 369 'network/HTTPHeaderMap.h',
367 'network/HTTPParsers.cpp', 370 'network/HTTPParsers.cpp',
368 'network/HTTPParsers.h', 371 'network/HTTPParsers.h',
369 'network/HTTPRequest.cpp', 372 'network/HTTPRequest.cpp',
370 'network/HTTPRequest.h', 373 'network/HTTPRequest.h',
371 'network/ParsedContentType.cpp', 374 'network/ParsedContentType.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'geometry/RoundedRectTest.cpp', 485 'geometry/RoundedRectTest.cpp',
483 'graphics/ThreadSafeDataTransportTest.cpp', 486 'graphics/ThreadSafeDataTransportTest.cpp',
484 'testing/ArenaTestHelpers.h', 487 'testing/ArenaTestHelpers.h',
485 'testing/TreeTestHelpers.cpp', 488 'testing/TreeTestHelpers.cpp',
486 'testing/TreeTestHelpers.h', 489 'testing/TreeTestHelpers.h',
487 'text/BidiResolverTest.cpp', 490 'text/BidiResolverTest.cpp',
488 'text/DateTimeFormatTest.cpp', 491 'text/DateTimeFormatTest.cpp',
489 ], 492 ],
490 }, 493 },
491 } 494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698