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

Unified Diff: media/media.gyp

Issue 66183002: Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 95490d67b4a644957afaeb7af03df3fd25403f5d..c3986faf0d7864e69306b8b45c5f798952ab4359 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -161,8 +161,8 @@
'audio/pulse/pulse_util.h',
'audio/sample_rates.cc',
'audio/sample_rates.h',
- 'audio/scoped_loop_observer.cc',
- 'audio/scoped_loop_observer.h',
+ 'audio/scoped_task_runner_observer.cc',
+ 'audio/scoped_task_runner_observer.h',
'audio/simple_sources.cc',
'audio/simple_sources.h',
'audio/sounds/audio_stream_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698