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

Unified Diff: media/base/BUILD.gn

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
« no previous file with comments | « no previous file | media/base/bind_to_current_loop.h » ('j') | media/base/bind_to_current_loop.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 861fb6783e338047b1e4ce81df885e13feeb7ac7..3d12e43e15a5eee3e88c720e45e5a4445fdc0b67 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -49,6 +49,7 @@ source_set("base") {
"audio_splicer.h",
"audio_timestamp_helper.cc",
"audio_timestamp_helper.h",
+ "bind_to_current_loop.cc",
"bind_to_current_loop.h",
"bit_reader.cc",
"bit_reader.h",
@@ -241,9 +242,7 @@ source_set("base") {
sources += [ "user_input_monitor_mac.cc" ]
# Required by video_frame.cc.
- libs = [
- "CoreVideo.framework"
- ]
+ libs = [ "CoreVideo.framework" ]
} else if (is_win) {
sources += [ "user_input_monitor_win.cc" ]
} else {
« no previous file with comments | « no previous file | media/base/bind_to_current_loop.h » ('j') | media/base/bind_to_current_loop.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698