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

Unified Diff: Source/platform/blink_platform.gypi

Issue 26283005: Move blob-related code to platform/blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win build Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/websockets/WebSocket.cpp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 4178ef9b66be7a7851ae0d9fbc6daf14d58fb9a9..dbf0e79bdddc35b9b98dd1283fc7fc8e7aad0bf6 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -175,6 +175,12 @@
'audio/ffmpeg/FFTFrameFFMPEG.cpp',
'audio/ipp/FFTFrameIPP.cpp',
'audio/mac/FFTFrameMac.cpp',
+ 'blob/BlobData.cpp',
+ 'blob/BlobData.h',
+ 'blob/BlobRegistry.cpp',
+ 'blob/BlobRegistry.h',
+ 'blob/BlobURL.cpp',
+ 'blob/BlobURL.h',
'clipboard/ClipboardMimeTypes.cpp',
'clipboard/ClipboardMimeTypes.h',
'clipboard/ClipboardUtilities.cpp',
@@ -184,8 +190,10 @@
'exported/Platform.cpp',
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
+ 'exported/WebBlobData.cpp',
'exported/WebData.cpp',
'exported/WebSocketStreamError.cpp',
+ 'exported/WebThreadSafeData.cpp',
'exported/WebURL.cpp',
'exported/WebURLError.cpp',
'fonts/FontBaseline.h',
« no previous file with comments | « Source/modules/websockets/WebSocket.cpp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698