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

Unified Diff: media/blink/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index d49ff9ab491e0244c1d535ef8064947df5ca8c38..f90ae6a560f48e7b9b3468a21fee1dceece5ddbf 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -131,8 +131,8 @@ test("media_blink_unittests") {
"interval_map_unittest.cc",
"key_system_config_selector_unittest.cc",
"lru_unittest.cc",
- "mock_weburlloader.cc",
- "mock_weburlloader.h",
+ "mock_webassociatedurlloader.cc",
+ "mock_webassociatedurlloader.h",
"multibuffer_data_source_unittest.cc",
"multibuffer_unittest.cc",
"resource_multibuffer_data_provider_unittest.cc",
« no previous file with comments | « extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc ('k') | media/blink/active_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698