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

Unified Diff: content/network/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/common/net_adapters.cc ('k') | content/network/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/BUILD.gn
diff --git a/content/network/BUILD.gn b/content/network/BUILD.gn
index 40319868e23a573962787e9bda15f6df0edb1d34..8f87a56ab8e167671ca15c6c314126afd78e4de5 100644
--- a/content/network/BUILD.gn
+++ b/content/network/BUILD.gn
@@ -30,8 +30,6 @@ source_set("network_sources") {
sources = [
"cache_url_loader.cc",
"cache_url_loader.h",
- "net_adapters.cc",
- "net_adapters.h",
"network_context.cc",
"network_context.h",
"network_service.cc",
« no previous file with comments | « content/common/net_adapters.cc ('k') | content/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698