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

Unified Diff: media/media.gyp

Issue 10855188: media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 4 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 | « media/base/bind_to_loop_unittest.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 89467dc8e581d41d99742c05f21b16daea5ea950..17e3c3959be8ec31911915ba2438b8488cc26509 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -149,6 +149,7 @@
'base/audio_renderer_mixer.h',
'base/audio_renderer_mixer_input.cc',
'base/audio_renderer_mixer_input.h',
+ 'base/bind_to_loop.h',
'base/bitstream_buffer.h',
'base/bit_reader.cc',
'base/bit_reader.h',
@@ -702,6 +703,7 @@
'base/audio_renderer_mixer_input_unittest.cc',
'base/audio_renderer_mixer_unittest.cc',
'base/bit_reader_unittest.cc',
+ 'base/bind_to_loop_unittest.cc',
'base/buffers_unittest.cc',
'base/clock_unittest.cc',
'base/data_buffer_unittest.cc',
« no previous file with comments | « media/base/bind_to_loop_unittest.cc ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698