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

Unified Diff: Source/modules/modules.gypi

Issue 1354863002: MediaRecorder: Adding BlobEvent and connecting it in MediaRecorderHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: BlobEvent in global-interface-listing-expected.txt, and rebase Created 5 years, 3 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/mediarecorder/MediaRecorder.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 855af39cf4b24b5b72668e54049610ba254f595c..bf240442ad94f75313da2f8e385174310035f3c0 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -105,6 +105,7 @@
'indexeddb/IDBRequest.idl',
'indexeddb/IDBTransaction.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'mediarecorder/BlobEvent.idl',
'mediarecorder/MediaRecorder.idl',
'mediarecorder/MediaRecorderErrorEvent.idl',
'mediasession/MediaSession.idl',
@@ -395,6 +396,7 @@
'gamepad/GamepadEvent.idl',
'geofencing/GeofencingEvent.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'mediarecorder/BlobEvent.idl',
'mediarecorder/MediaRecorderErrorEvent.idl',
'mediastream/MediaStreamEvent.idl',
'mediastream/MediaStreamTrackEvent.idl',
@@ -451,6 +453,7 @@
'indexeddb/IDBIndexParameters.idl',
'indexeddb/IDBObjectStoreParameters.idl',
'indexeddb/IDBVersionChangeEventInit.idl',
+ 'mediarecorder/BlobEventInit.idl',
'mediastream/MediaStreamConstraints.idl',
'mediastream/MediaStreamEventInit.idl',
'mediastream/RTCDTMFToneChangeEventInit.idl',
@@ -562,6 +565,8 @@
'<(blink_modules_output_dir)/indexeddb/IDBObjectStoreParameters.h',
'<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.cpp',
'<(blink_modules_output_dir)/indexeddb/IDBVersionChangeEventInit.h',
+ '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.cpp',
+ '<(blink_modules_output_dir)/mediarecorder/BlobEventInit.h',
'<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.cpp',
'<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.h',
'<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.cpp',
@@ -1086,6 +1091,8 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
+ 'mediarecorder/BlobEvent.cpp',
+ 'mediarecorder/BlobEvent.h',
'mediarecorder/MediaRecorder.cpp',
'mediarecorder/MediaRecorder.h',
'mediarecorder/MediaRecorderErrorEvent.cpp',
« no previous file with comments | « Source/modules/mediarecorder/MediaRecorder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698