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

Unified Diff: Source/modules/modules.gypi

Issue 1217743003: Add stub for assigning media session to media elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments round #3 - idl issues, gypi issues, doc issues Created 5 years, 6 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/mediasession/MediaSession.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 4e5a45709c5969cb41907ffca2e5b22fba5f4a18..6560e237d0f52fa7cf3ef4fb86f352ea40a026a3 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -276,6 +276,7 @@
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
+ 'mediasession/HTMLMediaElementMediaSession.idl',
'mediasource/HTMLVideoElementMediaSource.idl',
'mediasource/URLMediaSource.idl',
'mediastream/NavigatorMediaStream.idl',
@@ -936,8 +937,10 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
- 'mediasession/MediaSession.h',
+ 'mediasession/HTMLMediaElementMediaSession.cpp',
+ 'mediasession/HTMLMediaElementMediaSession.h',
'mediasession/MediaSession.cpp',
+ 'mediasession/MediaSession.h',
'mediasource/HTMLVideoElementMediaSource.cpp',
'mediasource/HTMLVideoElementMediaSource.h',
'mediasource/MediaSource.cpp',
« no previous file with comments | « Source/modules/mediasession/MediaSession.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698