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

Unified Diff: media/media.gyp

Issue 132163006: Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 564e463ad288bd15c48e2dfbd53f7807a456dd60..ef59aa1ea8fd139e5e8ec29f6bba123bb1ee1894 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -241,7 +241,7 @@
'base/audio_timestamp_helper.h',
'base/audio_video_metadata_extractor.cc',
'base/audio_video_metadata_extractor.h',
- 'base/bind_to_loop.h',
+ 'base/bind_to_current_loop.h',
'base/bit_reader.cc',
'base/bit_reader.h',
'base/bitstream_buffer.h',
@@ -950,7 +950,7 @@
'base/audio_splicer_unittest.cc',
'base/audio_timestamp_helper_unittest.cc',
'base/audio_video_metadata_extractor_unittest.cc',
- 'base/bind_to_loop_unittest.cc',
+ 'base/bind_to_current_loop_unittest.cc',
'base/bit_reader_unittest.cc',
'base/callback_holder.h',
'base/callback_holder_unittest.cc',
« media/base/bind_to_current_loop_unittest.cc ('K') | « media/filters/vpx_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698