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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index e68ce357f0e3707df5a0b2a23aaa9df161dc596d..42a967333f6205db01b725549ef8a3c7d6aef148 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -219,6 +219,7 @@
'audio/mac/FFTFrameMac.cpp',
'blob/BlobData.cpp',
'blob/BlobData.h',
+ 'blob/BlobInfo.h',
'blob/BlobRegistry.cpp',
'blob/BlobRegistry.h',
'blob/BlobURL.cpp',
@@ -239,6 +240,7 @@
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebBlobInfo.cpp',
'exported/WebContentDecryptionModule.cpp',
'exported/WebContentDecryptionModuleSession.cpp',
'exported/WebCryptoAlgorithm.cpp',

Powered by Google App Engine
This is Rietveld 408576698