Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |