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

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: formatted 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') | no next file with comments »
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 06937b7e60123083b95ac745a6fd37c997b7756b..54d5429c4517cb984ecef686abe5a8e5b13daed3 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -41,9 +41,13 @@ component("blink") {
"cdm_result_promise_helper.h",
"cdm_session_adapter.cc",
"cdm_session_adapter.h",
+ "interval_map.h",
"key_system_config_selector.cc",
"key_system_config_selector.h",
+ "lru.h",
"media_blink_export.h",
+ "multibuffer.cc",
+ "multibuffer.h",
"new_session_cdm_result_promise.cc",
"new_session_cdm_result_promise.h",
"texttrack_impl.cc",
« no previous file with comments | « no previous file | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698