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

Unified Diff: media/blink/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Remove blank line 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 19b0b582b08d546c31582ead23fb8eca6116026f..ccacc49213df08cd1d5db6af73a419973af84e52 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -130,8 +130,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",

Powered by Google App Engine
This is Rietveld 408576698