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

Unified Diff: content/test/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Addressed #38 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5f13e1c53fe2ecd08dba80eec4e062125288aa6d..cc4ab2ac5daf603d4bdb8894f22f4d4afd98825b 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -147,12 +147,12 @@ static_library("test_support") {
"mock_render_process.h",
"mock_ssl_host_state_delegate.cc",
"mock_ssl_host_state_delegate.h",
+ "mock_webassociatedurlloader.cc",
+ "mock_webassociatedurlloader.h",
"mock_webblob_registry_impl.cc",
"mock_webblob_registry_impl.h",
"mock_webclipboard_impl.cc",
"mock_webclipboard_impl.h",
- "mock_weburlloader.cc",
- "mock_weburlloader.h",
"net/url_request_abort_on_end_job.cc",
"net/url_request_abort_on_end_job.h",
"ppapi_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698