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

Unified Diff: media/blink/BUILD.gn

Issue 2272163002: Delete now deprecated BufferedDataSource and friends. (Closed)
Patch Set: Delete BufferedResourceLoader too. Created 4 years, 4 months 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/active_loader.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 ed987071045ef11f71fdeb8d2f46077628bbe15f..44813f152c6f6cdf2fa629f1cfc332e033a40378 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -28,12 +28,8 @@ component("blink") {
sources = [
"active_loader.cc",
"active_loader.h",
- "buffered_data_source.cc",
- "buffered_data_source.h",
"buffered_data_source_host_impl.cc",
"buffered_data_source_host_impl.h",
- "buffered_resource_loader.cc",
- "buffered_resource_loader.h",
"cache_util.cc",
"cache_util.h",
"cdm_result_promise.h",
@@ -130,8 +126,6 @@ test("media_blink_unittests") {
sources = [
"buffered_data_source_host_impl_unittest.cc",
- "buffered_data_source_unittest.cc",
- "buffered_resource_loader_unittest.cc",
"cache_util_unittest.cc",
"interval_map_unittest.cc",
"key_system_config_selector_unittest.cc",
« no previous file with comments | « no previous file | media/blink/active_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698