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

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: compile fixes 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') | media/blink/cache_util.cc » ('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 3b9365cca75ee8eaae4fe10e897a1e7d81e46bbf..f15d0259859a3b3acc9cc1f48015bbafcf4cfa52 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') | media/blink/cache_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698