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

Unified Diff: chrome/chrome_renderer.gypi

Issue 174403002: Cast: Don't create threads for each CastSessionDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SingleThreadTaskRunner Created 6 years, 10 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 | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index ffb1c82de74741f9bd0ceb6ac8964534d5fc6ab1..b91e7dcc4ec0d495bec693da2e447c32da36ddb7 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -167,6 +167,8 @@
'renderer/media/cast_session.h',
'renderer/media/cast_session_delegate.cc',
'renderer/media/cast_session_delegate.h',
+ 'renderer/media/cast_threads.cc',
+ 'renderer/media/cast_threads.h',
'renderer/media/cast_transport_sender_ipc.cc',
'renderer/media/cast_transport_sender_ipc.h',
'renderer/media/cast_udp_transport.cc',
« no previous file with comments | « no previous file | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698