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

Unified Diff: media/cast/BUILD.gn

Issue 1829163002: Lazily prune the multibuffer block cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test added + moved FakeSingleThreadTaskRunner to media/base Created 4 years, 9 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/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index d46743d31ccc2a67830632c5472ae3b29f92ca69..8f7781883f4ca4b0e946610b24a69685a69580fe 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -243,8 +243,6 @@ static_library("test_support") {
sources = [
"test/fake_receiver_time_offset_estimator.cc",
"test/fake_receiver_time_offset_estimator.h",
- "test/fake_single_thread_task_runner.cc",
- "test/fake_single_thread_task_runner.h",
"test/loopback_transport.cc",
"test/loopback_transport.h",
"test/skewed_single_thread_task_runner.cc",

Powered by Google App Engine
This is Rietveld 408576698