summaryrefslogtreecommitdiffstats
path: root/chromium/net/tools/tld_cleanup/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/tools/tld_cleanup/README')
-rw-r--r--chromium/net/tools/tld_cleanup/README13
1 files changed, 5 insertions, 8 deletions
diff --git a/chromium/net/tools/tld_cleanup/README b/chromium/net/tools/tld_cleanup/README
index a7f137d7660..13614700e42 100644
--- a/chromium/net/tools/tld_cleanup/README
+++ b/chromium/net/tools/tld_cleanup/README
@@ -20,12 +20,9 @@ When updating src/net/base/registry_controlled_domains/effective_tld_names.dat:
src/build/Debug. It will re-generate
src/net/base/registry_controlled_domains/effective_tld_names.gperf.
-6. Run gperf on the new effective_tld_names.gperf:
- pushd src/net/base/registry_controlled_domains;
- gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -P -K name_offset -D -m 10 \
- effective_tld_names.gperf > effective_tld_names.cc;
- popd;
- It will produce a new effective_tld_names.cc.
+6. Check in the updated effective_tld_names.dat, effective_tld_names.gperf
-7. Check in the updated effective_tld_names.dat, effective_tld_names.gperf,
- and effective_tld_names.cc together.
+Note that gperf is no longer used for effective_tld_names, but when building
+chromium the file effective_tld_names.gperf will be parsed by make_dafsa.py
+to generate the file effective_tld_names-inc.cc, which is included in
+registry_controlled_domain.cc