summaryrefslogtreecommitdiffstats
path: root/net/tools/tld_cleanup/tld_cleanup.cc
diff options
context:
space:
mode:
authorpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 21:15:35 +0000
committerpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 21:15:35 +0000
commita20a460a3bf36db13592d7560c4f43d6cace4d33 (patch)
tree5d3abcc0c6047c4f1ce83777f70adf984cbecea7 /net/tools/tld_cleanup/tld_cleanup.cc
parenta4893b52b6bebbc375e41df313f44b8049db2f86 (diff)
downloadchromium_src-a20a460a3bf36db13592d7560c4f43d6cace4d33.zip
chromium_src-a20a460a3bf36db13592d7560c4f43d6cace4d33.tar.gz
chromium_src-a20a460a3bf36db13592d7560c4f43d6cace4d33.tar.bz2
Update effective TLD (registry-controlled domain) data to latest file from Mozilla.
This corresponds to their patch ec019978e8dc, from 2010-02-11 13:39 +0000. Also update instructions for updating this file. BUG=27523 TEST=none Review URL: http://codereview.chromium.org/600077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/tld_cleanup/tld_cleanup.cc')
-rw-r--r--net/tools/tld_cleanup/tld_cleanup.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup.cc b/net/tools/tld_cleanup/tld_cleanup.cc
index 8a427ca..e98b95d 100644
--- a/net/tools/tld_cleanup/tld_cleanup.cc
+++ b/net/tools/tld_cleanup/tld_cleanup.cc
@@ -8,9 +8,8 @@
// generate a perfect hash map. The benefit of this approach is that no time is
// spent on program initialization to generate the map of this data.
//
-// After running this program, "effective_tld_names.gperf" is generated. Run
-// gperf using the following command line:
-// gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -D -m 5 effective_tld_names.gperf > effective_tld_names.c
+// Running this program finds "effective_tld_names.cc" in the expected location
+// in the source checkout and generates "effective_tld_names.gperf" next to it.
//
// Any errors or warnings from this program are recorded in tld_cleanup.log.
//