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

Unified Diff: content/test/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
« no previous file with comments | « content/renderer/resource_fetcher_browsertest.cc ('k') | content/test/mock_webassociatedurlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 4d97de0df55243c46c59e87d1db8d0775b8543b8..2cf12983c8e007ccde1aa2d79265426c7350ad67 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -148,12 +148,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",
« no previous file with comments | « content/renderer/resource_fetcher_browsertest.cc ('k') | content/test/mock_webassociatedurlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698