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

Unified 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: Rolled in code review feedback. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/blob/BlobInfo.h » ('j') | Source/platform/blob/BlobInfo.h » ('J')
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 d00b12919da06dffe689d0cf665725da9383b046..30296104fdaa9ac973eff5793ebb4886f9c47f24 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -240,6 +240,7 @@
'audio/mac/FFTFrameMac.cpp',
'blob/BlobData.cpp',
'blob/BlobData.h',
+ 'blob/BlobInfo.h',
'blob/BlobRegistry.cpp',
'blob/BlobRegistry.h',
'blob/BlobURL.cpp',
@@ -257,6 +258,7 @@
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebBlobInfo.cpp',
'exported/WebContentDecryptionModule.cpp',
'exported/WebContentDecryptionModuleSession.cpp',
'exported/WebCryptoAlgorithm.cpp',
« 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