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

Side by Side Diff: net/tools/tld_cleanup/README

Issue 8341051: Update effective-TLD data files using the latest data from Mozilla. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Make comment spacing consistent Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/effective_tld_names.gperf ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 When updating src/net/base/effective_tld_names.dat: 1 When updating src/net/base/effective_tld_names.dat:
2 2
3 1. Build tld_cleanup.exe (the "(net)" > "tld_cleanup" project) 3 1. Obtain the new effective_tld_names.dat, probably by downloading
4 2. Run it (no arguments needed), typically from src/chrome/Release or 4 http://goo.gl/Ji2bB
5 src/chrome/Debug. It will re-generate 5
6 2. Remove whitespace from the ends of the lines.
7
8 3. Add the Chromium note back in.
9
10 4. Build tld_cleanup.exe (the "(net)" > "tld_cleanup" project)
11
12 5. Run it (no arguments needed), typically from src/build/Release or
13 src/build/Debug. It will re-generate
6 src/net/base/effective_tld_names.gperf. 14 src/net/base/effective_tld_names.gperf.
7 3. Run gperf on the new effective_tld_names.gperf: 15
16 6. Run gperf on the new effective_tld_names.gperf:
8 gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -D -m 5 \ 17 gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -D -m 5 \
9 effective_tld_names.gperf > effective_tld_names.cc 18 effective_tld_names.gperf > effective_tld_names.cc
10 It will produce a new effective_tld_names.cc. 19 It will produce a new effective_tld_names.cc.
11 4. Check in the updated effective_tld_names.dat, effective_tld_names.gperf, 20
21 7. Check in the updated effective_tld_names.dat, effective_tld_names.gperf,
12 and effective_tld_names.cc together. 22 and effective_tld_names.cc together.
OLDNEW
« no previous file with comments | « net/base/effective_tld_names.gperf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698