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

Unified Diff: media/blink/BUILD.gn

Issue 1420883004: Multibuffer reader implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_cache
Patch Set: iterator fix + speed up random tests 3x 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') | 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 54d5429c4517cb984ecef686abe5a8e5b13daed3..3b9365cca75ee8eaae4fe10e897a1e7d81e46bbf 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -48,6 +48,8 @@ component("blink") {
"media_blink_export.h",
"multibuffer.cc",
"multibuffer.h",
+ "multibuffer_reader.cc",
+ "multibuffer_reader.h",
"new_session_cdm_result_promise.cc",
"new_session_cdm_result_promise.h",
"texttrack_impl.cc",
@@ -122,6 +124,7 @@ test("media_blink_unittests") {
"mock_webframeclient.h",
"mock_weburlloader.cc",
"mock_weburlloader.h",
+ "multibuffer_unittest.cc",
"run_all_unittests.cc",
"test_random.h",
"test_response_generator.cc",
« no previous file with comments | « no previous file | media/blink/interval_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698