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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2489823002: Revert "Remove MediaStreamTrack.getSources()." (Closed)
Patch Set: rebase Created 4 years, 1 month 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index ce43a12f7cfa3c102fcea5d4ead92f1dca4c7147..d4786c78e2f24fddaa932b0271989bbe8c01c68f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -524,6 +524,7 @@ component("platform") {
"exported/WebMediaStream.cpp",
"exported/WebMediaStreamSource.cpp",
"exported/WebMediaStreamTrack.cpp",
+ "exported/WebMediaStreamTrackSourcesRequest.cpp",
"exported/WebMemoryCoordinator.cpp",
"exported/WebMessagePortChannelClient.cpp",
"exported/WebMixedContent.cpp",
@@ -553,6 +554,7 @@ component("platform") {
"exported/WebServiceWorkerProxy.cpp",
"exported/WebServiceWorkerRequest.cpp",
"exported/WebServiceWorkerResponse.cpp",
+ "exported/WebSourceInfo.cpp",
"exported/WebSpeechSynthesisUtterance.cpp",
"exported/WebSpeechSynthesisVoice.cpp",
"exported/WebSpeechSynthesizerClientImpl.cpp",
@@ -1074,6 +1076,7 @@ component("platform") {
"mediastream/MediaStreamDescriptor.h",
"mediastream/MediaStreamSource.cpp",
"mediastream/MediaStreamSource.h",
+ "mediastream/MediaStreamTrackSourcesRequest.h",
"mediastream/MediaStreamWebAudioSource.cpp",
"mediastream/MediaStreamWebAudioSource.h",
"mhtml/ArchiveResource.cpp",

Powered by Google App Engine
This is Rietveld 408576698