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

Unified Diff: media/media.gyp

Issue 10830146: Replace RunInSeries() and RunInParallel() with CallbackSeries helper class. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: boom 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
« media/base/serial_runner.h ('K') | « media/base/serial_runner.cc ('k') | no next file » | 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 96da4ffea9e71fbf057bf218b597be6468865275..4ea69ff9f93a37d5bbd1ea3810f0b6a556dfb35b 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -155,8 +155,6 @@
'base/buffers.h',
'base/byte_queue.cc',
'base/byte_queue.h',
- 'base/callback_util.cc',
- 'base/callback_util.h',
'base/channel_layout.cc',
'base/channel_layout.h',
'base/clock.cc',
@@ -201,6 +199,8 @@
'base/ranges.h',
'base/seekable_buffer.cc',
'base/seekable_buffer.h',
+ 'base/serial_runner.cc',
+ 'base/serial_runner.h',
'base/sinc_resampler.cc',
'base/sinc_resampler.h',
'base/stream_parser.cc',
« media/base/serial_runner.h ('K') | « media/base/serial_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698