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

Unified Diff: media/blink/BUILD.gn

Issue 1422523007: RangeMap: A int->int mapping with fast range operations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lru
Patch Set: rename RangeMap to IntervalMap & address comments 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/interval_map.h » ('j') | media/blink/interval_map.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 66a11143a26af4f1eb306302b48766158b9d22e6..06937b7e60123083b95ac745a6fd37c997b7756b 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -112,6 +112,7 @@ test("media_blink_unittests") {
"buffered_data_source_unittest.cc",
"buffered_resource_loader_unittest.cc",
"cache_util_unittest.cc",
+ "interval_map_unittest.cc",
"key_system_config_selector_unittest.cc",
"lru_unittest.cc",
"mock_webframeclient.h",
« no previous file with comments | « no previous file | media/blink/interval_map.h » ('j') | media/blink/interval_map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698