summaryrefslogtreecommitdiffstats
path: root/net/tools/tld_cleanup/README
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-24 02:08:39 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-24 02:08:39 +0000
commitdbd8e4664da046faa5532eb69583158b3b2c191c (patch)
tree7c90340524cefd5c310cb926118559388bcb2c99 /net/tools/tld_cleanup/README
parent4dd01903cb5c1bb60bfb3682e80389f220ef1c90 (diff)
downloadchromium_src-dbd8e4664da046faa5532eb69583158b3b2c191c.zip
chromium_src-dbd8e4664da046faa5532eb69583158b3b2c191c.tar.gz
chromium_src-dbd8e4664da046faa5532eb69583158b3b2c191c.tar.bz2
Have tld_cleanup generate a .cc file that contains the effective
tld data. This makes the build dependencies easier (helpful for grit and gyp) and brings in the effective tld data on mac. BUG=6076 Review URL: http://codereview.chromium.org/31004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/tld_cleanup/README')
-rw-r--r--net/tools/tld_cleanup/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tools/tld_cleanup/README b/net/tools/tld_cleanup/README
new file mode 100644
index 0000000..8eab5ee
--- /dev/null
+++ b/net/tools/tld_cleanup/README
@@ -0,0 +1,3 @@
+When updating src/net/base/effective_tld_names.dat, re-run tld_cleanup which
+will re-generate src/net/base/effective_tld_names.cc. Check in the updated
+effective_tld_names.dat and effective_tld_names.cc together. \ No newline at end of file