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

Unified Diff: content/child/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 | « no previous file | content/child/resource_dispatcher.h » ('j') | content/child/url_loader_client_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 29f7f094a43167c2af939388e41b03382ec38183..01e72038118f9f64d93ae3857c9a7d254f1f424e 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -177,6 +177,8 @@ target(link_target_type, "child") {
"sync_load_response.h",
"thread_safe_sender.cc",
"thread_safe_sender.h",
+ "url_loader_client_impl.cc",
+ "url_loader_client_impl.h",
"url_response_body_consumer.cc",
"url_response_body_consumer.h",
"v8_value_converter_impl.cc",
« no previous file with comments | « no previous file | content/child/resource_dispatcher.h » ('j') | content/child/url_loader_client_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698