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

Unified Diff: net/BUILD.gn

Issue 270363003: Reduce footprint of registry controlled domain table (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More review feedback Created 6 years, 7 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 | « no previous file | net/base/registry_controlled_domains/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index a6760e4fc5da665697d46f3f1c1fc544e492c72c..e9ba125041909bb5807c7da7d92fa0b531a5e429 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -82,12 +82,13 @@ component("net") {
include_dirs = []
deps = [
- ":net_resources",
+ ":net_resources",
"//base",
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//crypto",
"//crypto:platform",
+ "//net/base/registry_controlled_domains:registry_controlled_domains",
"//sdch",
"//third_party/icu",
"//third_party/zlib",
« no previous file with comments | « no previous file | net/base/registry_controlled_domains/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698