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

Unified Diff: net/tools/tld_cleanup/README

Issue 10796033: Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update checkout Created 8 years, 5 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 | « net/net.gyp ('k') | net/tools/tld_cleanup/tld_cleanup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/tld_cleanup/README
===================================================================
--- net/tools/tld_cleanup/README (revision 147624)
+++ net/tools/tld_cleanup/README (working copy)
@@ -1,4 +1,4 @@
-When updating src/net/base/effective_tld_names.dat:
+When updating src/net/base/registry_controlled_domains/effective_tld_names.dat:
1. Obtain the new effective_tld_names.dat, probably by downloading
http://goo.gl/Ji2bB
@@ -11,7 +11,7 @@
5. Run it (no arguments needed), typically from src/build/Release or
src/build/Debug. It will re-generate
- src/net/base/effective_tld_names.gperf.
+ src/net/base/registry_controlled_domains/effective_tld_names.gperf.
6. Run gperf on the new effective_tld_names.gperf:
gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -D -m 5 \
« no previous file with comments | « net/net.gyp ('k') | net/tools/tld_cleanup/tld_cleanup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698