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

Unified Diff: media/media.gyp

Issue 1082113004: BindToCurrentLoop should delete callback on original thread Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alternative impl, with scoped_ptr<Callback, DeleteOnCurrentLoop>* Created 5 years, 8 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 272ee39f630b7edd65abd86380f7fec9ccea570c..30b732b6301fe11c7b0739b25bc72b0934a259da 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -247,6 +247,7 @@
'base/audio_timestamp_helper.h',
'base/audio_video_metadata_extractor.cc',
'base/audio_video_metadata_extractor.h',
+ 'base/bind_to_current_loop.cc',
'base/bind_to_current_loop.h',
'base/bit_reader.cc',
'base/bit_reader.h',
« media/base/bind_to_current_loop.h ('K') | « media/base/bind_to_current_loop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698