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

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 8b127613da9c1580556936f56638ec9282b6e73a..ea9a5f6223fecec7af3553ad9aec86954c8efc5c 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -61,13 +61,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