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

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

Issue 2471803002: Remove MediaStreamTrack.getSources(). (Closed)
Patch Set: Fix platform-specific expectations file 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 fc21478f4f1e983b888f0a616855c802a89bf4e8..10e00a6ce7f995b90c08e76bb72b8c49d7c79b30 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -525,7 +525,6 @@ component("platform") {
"exported/WebMediaStream.cpp",
"exported/WebMediaStreamSource.cpp",
"exported/WebMediaStreamTrack.cpp",
- "exported/WebMediaStreamTrackSourcesRequest.cpp",
"exported/WebMemoryCoordinator.cpp",
"exported/WebMessagePortChannelClient.cpp",
"exported/WebMixedContent.cpp",
@@ -555,7 +554,6 @@ component("platform") {
"exported/WebServiceWorkerProxy.cpp",
"exported/WebServiceWorkerRequest.cpp",
"exported/WebServiceWorkerResponse.cpp",
- "exported/WebSourceInfo.cpp",
"exported/WebSpeechSynthesisUtterance.cpp",
"exported/WebSpeechSynthesisVoice.cpp",
"exported/WebSpeechSynthesizerClientImpl.cpp",
@@ -1063,7 +1061,6 @@ 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