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

Unified Diff: media/base/BUILD.gn

Issue 1083883003: Move BindToCurrentLoop from media/base/ to base/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/base/callback_holder.h compile 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 | « media/audio/win/audio_manager_win.cc ('k') | media/base/android/media_decoder_job.cc » ('j') | no next file with comments »
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..da793dd68094678d2e99cb59582e99ab93b68ab6 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -49,7 +49,6 @@ source_set("base") {
"audio_splicer.h",
"audio_timestamp_helper.cc",
"audio_timestamp_helper.h",
- "bind_to_current_loop.h",
"bit_reader.cc",
"bit_reader.h",
"bit_reader_core.cc",
@@ -241,9 +240,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 {
@@ -343,7 +340,6 @@ source_set("unittests") {
"audio_shifter_unittest.cc",
"audio_splicer_unittest.cc",
"audio_timestamp_helper_unittest.cc",
- "bind_to_current_loop_unittest.cc",
"bit_reader_unittest.cc",
"callback_holder.h",
"callback_holder_unittest.cc",
« no previous file with comments | « media/audio/win/audio_manager_win.cc ('k') | media/base/android/media_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698