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

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: no export 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
« no previous file with comments | « media/blink/url_index_unittest.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index d46743d31ccc2a67830632c5472ae3b29f92ca69..ff33b9e9de5229f8a58a8b021b0ebd5117830f0f 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",
@@ -278,6 +276,7 @@ static_library("test_support") {
":receiver",
"//base/test:test_support",
"//media:test_support",
+ "//media/base:test_support",
"//testing/gtest",
"//third_party/libyuv",
"//third_party/mt19937ar",
« no previous file with comments | « media/blink/url_index_unittest.cc ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698