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

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

Issue 135363004: MediaStream API: Patch #1 of implementing navigator.getMediaDevices (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed year Created 6 years, 10 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 | « Source/modules/modules.gypi ('k') | Source/platform/exported/WebMediaDeviceInfo.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'exported/WebData.cpp', 263 'exported/WebData.cpp',
264 'exported/WebDeviceMotionData.cpp', 264 'exported/WebDeviceMotionData.cpp',
265 'exported/WebDeviceOrientationData.cpp', 265 'exported/WebDeviceOrientationData.cpp',
266 'exported/WebFileSystemCallbacks.cpp', 266 'exported/WebFileSystemCallbacks.cpp',
267 'exported/WebFilterKeyframe.cpp', 267 'exported/WebFilterKeyframe.cpp',
268 'exported/WebFloatQuad.cpp', 268 'exported/WebFloatQuad.cpp',
269 'exported/WebHTTPBody.cpp', 269 'exported/WebHTTPBody.cpp',
270 'exported/WebHTTPLoadInfo.cpp', 270 'exported/WebHTTPLoadInfo.cpp',
271 'exported/WebImageSkia.cpp', 271 'exported/WebImageSkia.cpp',
272 'exported/WebMediaConstraints.cpp', 272 'exported/WebMediaConstraints.cpp',
273 'exported/WebMediaDeviceInfo.cpp',
273 'exported/WebMediaStream.cpp', 274 'exported/WebMediaStream.cpp',
274 'exported/WebMediaStreamSource.cpp', 275 'exported/WebMediaStreamSource.cpp',
275 'exported/WebMediaStreamTrack.cpp', 276 'exported/WebMediaStreamTrack.cpp',
276 'exported/WebMediaStreamTrackSourcesRequest.cpp', 277 'exported/WebMediaStreamTrackSourcesRequest.cpp',
277 'exported/WebPrerender.cpp', 278 'exported/WebPrerender.cpp',
278 'exported/WebPrerenderingSupport.cpp', 279 'exported/WebPrerenderingSupport.cpp',
279 'exported/WebRTCConfiguration.cpp', 280 'exported/WebRTCConfiguration.cpp',
280 'exported/WebRTCICECandidate.cpp', 281 'exported/WebRTCICECandidate.cpp',
281 'exported/WebRTCSessionDescription.cpp', 282 'exported/WebRTCSessionDescription.cpp',
282 'exported/WebRTCSessionDescriptionRequest.cpp', 283 'exported/WebRTCSessionDescriptionRequest.cpp',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 'animation/TimingFunctionTestHelper.cpp', 903 'animation/TimingFunctionTestHelper.cpp',
903 'animation/TimingFunctionTestHelper.h', 904 'animation/TimingFunctionTestHelper.h',
904 'animation/TimingFunctionTestHelperTest.cpp', 905 'animation/TimingFunctionTestHelperTest.cpp',
905 'graphics/DeferredImageDecoderTest.cpp', 906 'graphics/DeferredImageDecoderTest.cpp',
906 'graphics/ImageDecodingStoreTest.cpp', 907 'graphics/ImageDecodingStoreTest.cpp',
907 'graphics/ImageFrameGeneratorTest.cpp', 908 'graphics/ImageFrameGeneratorTest.cpp',
908 'graphics/test/MockImageDecoder.h', 909 'graphics/test/MockImageDecoder.h',
909 ], 910 ],
910 }, 911 },
911 } 912 }
OLDNEW
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/platform/exported/WebMediaDeviceInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698