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

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: Update expected files with new line numbers 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 4e5a45709c5969cb41907ffca2e5b22fba5f4a18..220835c25c26feb72f8441b7b2a69114eb4e179f 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',
@@ -938,6 +939,8 @@
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
'mediasession/MediaSession.h',
'mediasession/MediaSession.cpp',
+ 'mediasession/HTMLMediaElementMediaSession.h',
whywhat 2015/07/02 22:04:54 nit: alphabetical order (H before M)?
davve 2015/07/03 09:29:19 Done.
+ 'mediasession/HTMLMediaElementMediaSession.cpp',
'mediasource/HTMLVideoElementMediaSource.cpp',
'mediasource/HTMLVideoElementMediaSource.h',
'mediasource/MediaSource.cpp',

Powered by Google App Engine
This is Rietveld 408576698