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

Unified Diff: content/renderer/BUILD.gn

Issue 2905613003: Extract media code from RenderFrameImpl (Closed)
Patch Set: MediaFactory, cleaner responsibilities. Mojo fix Created 3 years, 7 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
« no previous file with comments | « no previous file | content/renderer/media/media_factory.h » ('j') | content/renderer/media/media_factory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 868ea1ef1b44598e94fe06879456b6fda91cf426..678e8ace18c95cc42325a16dbaae469c784f1b5e 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -231,6 +231,8 @@ target(link_target_type, "renderer") {
"media/cdm/ppapi_decryptor.h",
"media/cdm/render_cdm_factory.cc",
"media/cdm/render_cdm_factory.h",
+ "media/media_factory.cc",
+ "media/media_factory.h",
"media/media_permission_dispatcher.cc",
"media/media_permission_dispatcher.h",
"media/midi_message_filter.cc",
« no previous file with comments | « no previous file | content/renderer/media/media_factory.h » ('j') | content/renderer/media/media_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698