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

Unified Diff: media/blink/BUILD.gn

Issue 1427433012: Simple LRU class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | media/blink/lru.h » ('j') | media/blink/lru.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index 8819fb71c405177f9a7d4af4d10ce96cd1885c7d..bb8c224c75f57d579427dd9a6e13fe31420b2547 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -112,10 +112,12 @@ test("media_blink_unittests") {
"buffered_resource_loader_unittest.cc",
"cache_util_unittest.cc",
"key_system_config_selector_unittest.cc",
+ "lru_unittest.cc",
"mock_webframeclient.h",
"mock_weburlloader.cc",
"mock_weburlloader.h",
"run_all_unittests.cc",
+ "test_random.h",
"test_response_generator.cc",
"test_response_generator.h",
"video_frame_compositor_unittest.cc",
« no previous file with comments | « no previous file | media/blink/lru.h » ('j') | media/blink/lru.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698