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

Unified Diff: net/tools/tld_cleanup/README

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/tools/tld_cleanup/PRESUBMIT.py ('k') | net/tools/tld_cleanup/make_dafsa.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/tld_cleanup/README
diff --git a/net/tools/tld_cleanup/README b/net/tools/tld_cleanup/README
deleted file mode 100644
index 13614700e4224e01e45508ce6f2b8e7dc4d5dc21..0000000000000000000000000000000000000000
--- a/net/tools/tld_cleanup/README
+++ /dev/null
@@ -1,28 +0,0 @@
-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
-
-2. Remove whitespace from the ends of the lines.
- You could possibly use something like:
- sed -i -e "s/\s*$//g" \
- src/net/base/registry_controlled_domains/effective_tld_names.dat
-
-3. Add the Chromium note back in just after the license at the top, and just
- before '===BEGIN ICANN DOMAINS==='. Ensure there is an empty line above and
- two empty lines below the note. The note should say:
-// Chromium note: this is based on Mozilla's file:
-// http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1
-
-4. Build tld_cleanup (the "(net)" > "tld_cleanup" project)
-
-5. Run it (no arguments needed), typically from src/build/Release or
- src/build/Debug. It will re-generate
- src/net/base/registry_controlled_domains/effective_tld_names.gperf.
-
-6. Check in the updated effective_tld_names.dat, effective_tld_names.gperf
-
-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
« no previous file with comments | « net/tools/tld_cleanup/PRESUBMIT.py ('k') | net/tools/tld_cleanup/make_dafsa.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698