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

Unified Diff: content/content_renderer.gypi

Issue 1351443005: Refactor media permission dispatcher class and create proxy class for non-UI threads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows build break. Created 5 years, 3 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_permission_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 619ba169967f23cef4f676ca9ec95e7cbdaf3117..f39e43f3f29807a91b6d1c0cb466b89b558879a8 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -282,6 +282,10 @@
'renderer/media/crypto/render_cdm_factory.h',
'renderer/media/media_permission_dispatcher.cc',
'renderer/media/media_permission_dispatcher.h',
+ 'renderer/media/media_permission_dispatcher_impl.cc',
+ 'renderer/media/media_permission_dispatcher_impl.h',
+ 'renderer/media/media_permission_dispatcher_proxy.cc',
+ 'renderer/media/media_permission_dispatcher_proxy.h',
'renderer/media/media_stream_audio_level_calculator.cc',
'renderer/media/media_stream_audio_level_calculator.h',
'renderer/media/media_stream_center.h',
« no previous file with comments | « no previous file | content/renderer/media/media_permission_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698