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

Unified Diff: Source/modules/modules.gypi

Issue 1206283002: Add MediaSession runtime flag along with stub MediaSession object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add dummy warning to test, move comment to test and update stale expected file. 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/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 d138fa17564d555fdf07233804295662bd3cb0a8..76f76bd4d7a0e717d40c793044310d14251ba9f2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -107,6 +107,7 @@
'mediasource/TrackDefault.idl',
'mediasource/TrackDefaultList.idl',
'mediasource/VideoPlaybackQuality.idl',
+ 'mediasession/MediaSession.idl',
'mediastream/MediaDeviceInfo.idl',
'mediastream/MediaDevices.idl',
'mediastream/MediaStream.idl',
@@ -919,6 +920,8 @@
'indexeddb/WebIDBDatabaseCallbacksImpl.h',
'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp',
'indexeddb/WorkerGlobalScopeIndexedDatabase.h',
+ 'mediasession/MediaSession.h',
+ 'mediasession/MediaSession.cpp',
'mediasource/HTMLVideoElementMediaSource.cpp',
'mediasource/HTMLVideoElementMediaSource.h',
'mediasource/MediaSource.cpp',
« no previous file with comments | « Source/modules/mediasession/OWNERS ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698