summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick Rohr <prohr@google.com>2023-01-05 07:23:50 -0800
committerPatrick Rohr <prohr@google.com>2023-01-05 07:27:11 -0800
commit884f7466293952b9bd85d7db147f121b86e1760e (patch)
treede9c7057d7c92a7161f624ea6e30868037a02168 /net
parent11530ecf97af4d7f405eb8b118e12526e5945ae4 (diff)
downloadcronet-884f7466293952b9bd85d7db147f121b86e1760e.tar.gz
cronet: remove net_resources
These are not needed for AOSP builds and make the build easier (by removing dependencies such as grit). This dependency has already been missing from the desc.json files, so this change just brings the repo in-sync with the build. Test: build Change-Id: I71308299c1c0852b3c1c53d37ac7982204715610
Diffstat (limited to 'net')
-rw-r--r--net/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/BUILD.gn b/net/BUILD.gn
index e12e5b693..e3e66c970 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1632,7 +1632,6 @@ source_set("net_deps") {
":constants",
":isolation_info_proto",
":net_export_header",
- ":net_resources",
":preload_decoder",
"//base",
"//base/third_party/dynamic_annotations",