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

Unified Diff: content/test/BUILD.gn

Issue 2597873002: Move URLLoaderClientImpl to a separate file (Closed)
Patch Set: fix Created 4 years 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/child/url_loader_client_impl_unittest.cc ('k') | no next file » | 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 d2e8d3564edc04acfdc03eb1a04b135611a1168b..d36068d49a701d10bf5cda48d4eef8891efc5636 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1276,6 +1276,9 @@ test("content_unittests") {
"../child/shared_memory_data_consumer_handle_unittest.cc",
"../child/shared_memory_received_data_factory_unittest.cc",
"../child/site_isolation_stats_gatherer_unittest.cc",
+ "../child/test_request_peer.cc",
+ "../child/test_request_peer.h",
+ "../child/url_loader_client_impl_unittest.cc",
"../child/url_response_body_consumer_unittest.cc",
"../child/v8_value_converter_impl_unittest.cc",
"../child/web_data_consumer_handle_impl_unittest.cc",
« no previous file with comments | « content/child/url_loader_client_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698