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

Unified Diff: media/blink/BUILD.gn

Issue 1427433012: Simple LRU class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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 f53b4227353852b68c8bfcf548800f89f39d5398..66a11143a26af4f1eb306302b48766158b9d22e6 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -113,10 +113,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