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

Unified Diff: content/common/BUILD.gn

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 years, 6 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/browser/webui/web_ui_url_loader_factory.cc ('k') | content/common/net_adapters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index f1bcce2857ef3fab9318f5c36335967c50a4b9e1..d5a4acb18e1d9360473519976611793d68f91032 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -240,6 +240,8 @@ source_set("common") {
"net/url_request_service_worker_data.h",
"net/url_request_user_data.cc",
"net/url_request_user_data.h",
+ "net_adapters.cc",
+ "net_adapters.h",
"origin_trials/trial_token.cc",
"origin_trials/trial_token.h",
"origin_trials/trial_token_validator.cc",
« no previous file with comments | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/common/net_adapters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698