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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1658033002: Add SourceBuffer implementations of Audio/VideoTracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-media-tracks-to-blink
Patch Set: Added SourceBufferTrackBaseSupplement::fromIfExists Created 4 years, 8 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: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index dbe7c49a49b456a51360b5bf2a6fbf347d9c2bba..2a96ef9d8fc9e304902d85a7f578b627916d7de6 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -245,14 +245,12 @@
'html/TimeRanges.idl',
'html/ValidityState.idl',
'html/VoidCallback.idl',
- 'html/track/AudioTrack.idl',
'html/track/AudioTrackList.idl',
'html/track/TextTrack.idl',
'html/track/TextTrackCue.idl',
'html/track/TextTrackCueList.idl',
'html/track/TextTrackList.idl',
'html/track/TrackEvent.idl',
- 'html/track/VideoTrack.idl',
'html/track/VideoTrackList.idl',
'html/track/vtt/VTTCue.idl',
'html/track/vtt/VTTRegion.idl',
@@ -409,6 +407,8 @@
'html/HTMLInputElement.idl',
'html/HTMLMediaElement.idl',
'html/HTMLVideoElement.idl',
+ 'html/track/AudioTrack.idl',
+ 'html/track/VideoTrack.idl',
'inspector/DevToolsHost.idl',
'workers/DedicatedWorkerGlobalScope.idl',
'workers/SharedWorkerGlobalScope.idl',

Powered by Google App Engine
This is Rietveld 408576698