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: chromecast/media/media.gyp

Issue 1161163003: Chromecast: split DummyMediaTaskRunner class into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reformat the code to meet style guide Created 5 years, 6 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 | « chromecast/media/cma/filters/demuxer_stream_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index f7bdcf0aacfbf6d3487ed7aa996e07d95185084c..da8204ed40d63286b04122f16fa730a1ce791320 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -101,6 +101,8 @@
'cma/base/decoder_config_adapter.h',
'cma/base/media_task_runner.cc',
'cma/base/media_task_runner.h',
+ 'cma/base/simple_media_task_runner.cc',
+ 'cma/base/simple_media_task_runner.h',
],
},
{
« no previous file with comments | « chromecast/media/cma/filters/demuxer_stream_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698