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

Unified Diff: media/mojo/services/BUILD.gn

Issue 2491043003: MediaResource refactoring to support multiple streams (Closed)
Patch Set: rebase Created 3 years, 11 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: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index 3ee32122d8a77b323f362178a09b65a4ce6b0811..f8ecb978047b26b6768108ccad5b13d68b1ddc8d 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -59,13 +59,13 @@ component("services") {
# See http://crbug.com/670094
source_set("lib") {
sources = [
- "demuxer_stream_provider_shim.cc",
- "demuxer_stream_provider_shim.h",
"gpu_mojo_media_client.cc",
"gpu_mojo_media_client.h",
"interface_factory_impl.cc",
"interface_factory_impl.h",
"media_mojo_export.h",
+ "media_resource_shim.cc",
+ "media_resource_shim.h",
"media_service.cc",
"media_service.h",
"media_service_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698