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

Unified Diff: media/blink/BUILD.gn

Issue 1399603003: Tie multibuffers to URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
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/cache_util.h » ('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 3e974486d9a26f61e65aa54cff8bc958bd239b4c..9eff8c171e7774d13010419e0112dd3d4a9b2967 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -52,8 +52,12 @@ component("blink") {
"multibuffer_reader.h",
"new_session_cdm_result_promise.cc",
"new_session_cdm_result_promise.h",
+ "resource_multibuffer_data_provider.cc",
+ "resource_multibuffer_data_provider.h",
"texttrack_impl.cc",
"texttrack_impl.h",
+ "url_index.cc",
+ "url_index.h",
"video_frame_compositor.cc",
"video_frame_compositor.h",
"webaudiosourceprovider_impl.cc",
@@ -129,6 +133,7 @@ test("media_blink_unittests") {
"test_random.h",
"test_response_generator.cc",
"test_response_generator.h",
+ "url_index_unittest.cc",
"video_frame_compositor_unittest.cc",
"webaudiosourceprovider_impl_unittest.cc",
]
« no previous file with comments | « no previous file | media/blink/cache_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698