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

Unified Diff: Source/modules/modules.gypi

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn@ last comments 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/OWNERS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | 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 36895da19646010fdf50b22b288d55178e7d21d7..1ef326daf6397dd464f8a28b3cf2d6239d800680 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -105,13 +105,15 @@
'indexeddb/IDBRequest.idl',
'indexeddb/IDBTransaction.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'mediarecorder/MediaRecorder.idl',
+ 'mediarecorder/MediaRecorderErrorEvent.idl',
+ 'mediasession/MediaSession.idl',
'mediasource/MediaSource.idl',
'mediasource/SourceBuffer.idl',
'mediasource/SourceBufferList.idl',
'mediasource/TrackDefault.idl',
'mediasource/TrackDefaultList.idl',
'mediasource/VideoPlaybackQuality.idl',
- 'mediasession/MediaSession.idl',
'mediastream/MediaDeviceInfo.idl',
'mediastream/MediaDevices.idl',
'mediastream/MediaStream.idl',
@@ -391,6 +393,7 @@
'gamepad/GamepadEvent.idl',
'geofencing/GeofencingEvent.idl',
'indexeddb/IDBVersionChangeEvent.idl',
+ 'mediarecorder/MediaRecorderErrorEvent.idl',
'mediastream/MediaStreamEvent.idl',
'mediastream/MediaStreamTrackEvent.idl',
'mediastream/RTCDTMFToneChangeEvent.idl',
@@ -1078,6 +1081,10 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
+ 'mediarecorder/MediaRecorder.cpp',
+ 'mediarecorder/MediaRecorder.h',
+ 'mediarecorder/MediaRecorderErrorEvent.cpp',
+ 'mediarecorder/MediaRecorderErrorEvent.h',
'mediasession/HTMLMediaElementMediaSession.cpp',
'mediasession/HTMLMediaElementMediaSession.h',
'mediasession/MediaSession.cpp',
« no previous file with comments | « Source/modules/mediarecorder/OWNERS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698