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

Unified Diff: media/blink/BUILD.gn

Issue 1165903002: Multi reader/writer cache/buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged 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/media_blink.gyp » ('j') | media/blink/media_blink.gyp » ('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 a274a19ea714824bcb82748f0665eb8b7e4bb151..c43036a67910794474055aa7c507e086b20cbcfe 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -43,9 +43,13 @@ component("blink") {
"cdm_session_adapter.h",
"key_system_config_selector.cc",
"key_system_config_selector.h",
+ "lru.h",
DaleCurtis 2015/11/11 23:48:17 Presumably lru.h, rangemap.h will be added in the
hubbe 2015/11/12 22:18:37 I'm adding them here since since they are now used
"media_blink_export.h",
+ "multibuffer.cc",
+ "multibuffer.h",
"new_session_cdm_result_promise.cc",
"new_session_cdm_result_promise.h",
+ "rangemap.h",
"texttrack_impl.cc",
"texttrack_impl.h",
"video_frame_compositor.cc",
« no previous file with comments | « no previous file | media/blink/media_blink.gyp » ('j') | media/blink/media_blink.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698