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

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

Issue 205413004: Add two classes [as yet unused] needed for upcoming IDB Blob support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/platform/blob/BlobInfo.h » ('j') | Source/platform/blob/BlobInfo.h » ('J')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'audio/VectorMath.cpp', 233 'audio/VectorMath.cpp',
234 'audio/VectorMath.h', 234 'audio/VectorMath.h',
235 'audio/ZeroPole.cpp', 235 'audio/ZeroPole.cpp',
236 'audio/ZeroPole.h', 236 'audio/ZeroPole.h',
237 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 237 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
238 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 238 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
239 'audio/ipp/FFTFrameIPP.cpp', 239 'audio/ipp/FFTFrameIPP.cpp',
240 'audio/mac/FFTFrameMac.cpp', 240 'audio/mac/FFTFrameMac.cpp',
241 'blob/BlobData.cpp', 241 'blob/BlobData.cpp',
242 'blob/BlobData.h', 242 'blob/BlobData.h',
243 'blob/BlobInfo.h',
jsbell 2014/03/20 16:00:46 So... with BlobDataHandle, BlobData, BlobDataItem
ericu 2014/03/25 00:00:26 BlobDataHandle manages lifetime. BlobDataItem's th
243 'blob/BlobRegistry.cpp', 244 'blob/BlobRegistry.cpp',
244 'blob/BlobRegistry.h', 245 'blob/BlobRegistry.h',
245 'blob/BlobURL.cpp', 246 'blob/BlobURL.cpp',
246 'blob/BlobURL.h', 247 'blob/BlobURL.h',
247 'clipboard/ClipboardMimeTypes.cpp', 248 'clipboard/ClipboardMimeTypes.cpp',
248 'clipboard/ClipboardMimeTypes.h', 249 'clipboard/ClipboardMimeTypes.h',
249 'clipboard/ClipboardUtilities.cpp', 250 'clipboard/ClipboardUtilities.cpp',
250 'clipboard/ClipboardUtilities.h', 251 'clipboard/ClipboardUtilities.h',
251 'clipboard/ClipboardUtilitiesPosix.cpp', 252 'clipboard/ClipboardUtilitiesPosix.cpp',
252 'clipboard/ClipboardUtilitiesWin.cpp', 253 'clipboard/ClipboardUtilitiesWin.cpp',
253 'exported/Platform.cpp', 254 'exported/Platform.cpp',
254 'exported/WebActiveGestureAnimation.cpp', 255 'exported/WebActiveGestureAnimation.cpp',
255 'exported/WebActiveGestureAnimation.h', 256 'exported/WebActiveGestureAnimation.h',
256 'exported/WebArrayBuffer.cpp', 257 'exported/WebArrayBuffer.cpp',
257 'exported/WebAudioBus.cpp', 258 'exported/WebAudioBus.cpp',
258 'exported/WebAudioDevice.cpp', 259 'exported/WebAudioDevice.cpp',
259 'exported/WebBlobData.cpp', 260 'exported/WebBlobData.cpp',
261 'exported/WebBlobInfo.cpp',
260 'exported/WebContentDecryptionModule.cpp', 262 'exported/WebContentDecryptionModule.cpp',
261 'exported/WebContentDecryptionModuleSession.cpp', 263 'exported/WebContentDecryptionModuleSession.cpp',
262 'exported/WebCryptoAlgorithm.cpp', 264 'exported/WebCryptoAlgorithm.cpp',
263 'exported/WebCryptoKeyAlgorithm.cpp', 265 'exported/WebCryptoKeyAlgorithm.cpp',
264 'exported/WebCryptoKey.cpp', 266 'exported/WebCryptoKey.cpp',
265 'exported/WebCryptoResult.cpp', 267 'exported/WebCryptoResult.cpp',
266 'exported/WebCursorInfo.cpp', 268 'exported/WebCursorInfo.cpp',
267 'exported/WebData.cpp', 269 'exported/WebData.cpp',
268 'exported/WebDeviceMotionData.cpp', 270 'exported/WebDeviceMotionData.cpp',
269 'exported/WebDeviceOrientationData.cpp', 271 'exported/WebDeviceOrientationData.cpp',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'graphics/ImageDecodingStoreTest.cpp', 922 'graphics/ImageDecodingStoreTest.cpp',
921 'graphics/ImageFrameGeneratorTest.cpp', 923 'graphics/ImageFrameGeneratorTest.cpp',
922 'graphics/gpu/DrawingBufferTest.cpp', 924 'graphics/gpu/DrawingBufferTest.cpp',
923 'graphics/test/MockImageDecoder.h', 925 'graphics/test/MockImageDecoder.h',
924 'graphics/test/MockWebGraphicsContext3D.h', 926 'graphics/test/MockWebGraphicsContext3D.h',
925 'image-decoders/gif/GIFImageDecoderTest.cpp', 927 'image-decoders/gif/GIFImageDecoderTest.cpp',
926 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 928 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
927 ], 929 ],
928 }, 930 },
929 } 931 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/blob/BlobInfo.h » ('j') | Source/platform/blob/BlobInfo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698