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

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

Issue 18590006: Blob support for IDB [Blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: small cleanup Created 7 years 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'audio/ZeroPole.h', 212 'audio/ZeroPole.h',
213 'audio/chromium/AudioBusChromium.cpp', 213 'audio/chromium/AudioBusChromium.cpp',
214 'audio/chromium/AudioDestinationChromium.cpp', 214 'audio/chromium/AudioDestinationChromium.cpp',
215 'audio/chromium/AudioDestinationChromium.h', 215 'audio/chromium/AudioDestinationChromium.h',
216 'audio/chromium/FFTFrameOpenMAXDLAndroid.cpp', 216 'audio/chromium/FFTFrameOpenMAXDLAndroid.cpp',
217 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 217 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
218 'audio/ipp/FFTFrameIPP.cpp', 218 'audio/ipp/FFTFrameIPP.cpp',
219 'audio/mac/FFTFrameMac.cpp', 219 'audio/mac/FFTFrameMac.cpp',
220 'blob/BlobData.cpp', 220 'blob/BlobData.cpp',
221 'blob/BlobData.h', 221 'blob/BlobData.h',
222 'blob/BlobInfo.h',
222 'blob/BlobRegistry.cpp', 223 'blob/BlobRegistry.cpp',
223 'blob/BlobRegistry.h', 224 'blob/BlobRegistry.h',
224 'blob/BlobURL.cpp', 225 'blob/BlobURL.cpp',
225 'blob/BlobURL.h', 226 'blob/BlobURL.h',
226 'clipboard/ClipboardMimeTypes.cpp', 227 'clipboard/ClipboardMimeTypes.cpp',
227 'clipboard/ClipboardMimeTypes.h', 228 'clipboard/ClipboardMimeTypes.h',
228 'clipboard/ClipboardUtilities.cpp', 229 'clipboard/ClipboardUtilities.cpp',
229 'clipboard/ClipboardUtilities.h', 230 'clipboard/ClipboardUtilities.h',
230 'clipboard/ClipboardUtilitiesPosix.cpp', 231 'clipboard/ClipboardUtilitiesPosix.cpp',
231 'clipboard/ClipboardUtilitiesWin.cpp', 232 'clipboard/ClipboardUtilitiesWin.cpp',
232 'drm/ContentDecryptionModule.cpp', 233 'drm/ContentDecryptionModule.cpp',
233 'drm/ContentDecryptionModule.h', 234 'drm/ContentDecryptionModule.h',
234 'drm/ContentDecryptionModuleSession.cpp', 235 'drm/ContentDecryptionModuleSession.cpp',
235 'drm/ContentDecryptionModuleSession.h', 236 'drm/ContentDecryptionModuleSession.h',
236 'exported/Platform.cpp', 237 'exported/Platform.cpp',
237 'exported/WebActiveGestureAnimation.cpp', 238 'exported/WebActiveGestureAnimation.cpp',
238 'exported/WebActiveGestureAnimation.h', 239 'exported/WebActiveGestureAnimation.h',
239 'exported/WebAudioBus.cpp', 240 'exported/WebAudioBus.cpp',
240 'exported/WebAudioDevice.cpp', 241 'exported/WebAudioDevice.cpp',
241 'exported/WebBlobData.cpp', 242 'exported/WebBlobData.cpp',
243 'exported/WebBlobInfo.cpp',
242 'exported/WebContentDecryptionModule.cpp', 244 'exported/WebContentDecryptionModule.cpp',
243 'exported/WebContentDecryptionModuleSession.cpp', 245 'exported/WebContentDecryptionModuleSession.cpp',
244 'exported/WebCryptoAlgorithm.cpp', 246 'exported/WebCryptoAlgorithm.cpp',
245 'exported/WebCryptoKey.cpp', 247 'exported/WebCryptoKey.cpp',
246 'exported/WebData.cpp', 248 'exported/WebData.cpp',
247 'exported/WebDeviceMotionData.cpp', 249 'exported/WebDeviceMotionData.cpp',
248 'exported/WebDeviceOrientationData.cpp', 250 'exported/WebDeviceOrientationData.cpp',
249 'exported/WebFileSystemCallbacks.cpp', 251 'exported/WebFileSystemCallbacks.cpp',
250 'exported/WebFilterKeyframe.cpp', 252 'exported/WebFilterKeyframe.cpp',
251 'exported/WebFloatQuad.cpp', 253 'exported/WebFloatQuad.cpp',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'testing/TreeTestHelpers.h', 558 'testing/TreeTestHelpers.h',
557 'text/BidiResolverTest.cpp', 559 'text/BidiResolverTest.cpp',
558 'text/DateTimeFormatTest.cpp', 560 'text/DateTimeFormatTest.cpp',
559 'weborigin/DatabaseIdentifierTest.cpp', 561 'weborigin/DatabaseIdentifierTest.cpp',
560 'weborigin/KURLTest.cpp', 562 'weborigin/KURLTest.cpp',
561 'weborigin/OriginAccessEntryTest.cpp', 563 'weborigin/OriginAccessEntryTest.cpp',
562 'weborigin/SecurityOriginTest.cpp', 564 'weborigin/SecurityOriginTest.cpp',
563 ], 565 ],
564 }, 566 },
565 } 567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698