Chromium Code Reviews| Index: components/url_formatter/top_domains/README |
| diff --git a/components/url_formatter/top_domains/README b/components/url_formatter/top_domains/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6f89de982815de245066617e37a098752465cfff |
| --- /dev/null |
| +++ b/components/url_formatter/top_domains/README |
| @@ -0,0 +1,17 @@ |
| +* alexa_domains.list |
| + |
| + The Alexa top 10k domains, one per line, constructed by running |
| + make_alexa_top_list.py. Used as an input to make_top_domain_gperf. |
| + It's derived from |
| + src/tools/perf/page_sets/alexa1-10000-urls.json with make_alexa_top_list.py |
| + |
| +* alexa_names_and_skeletons.gperf |
|
Peter Kasting
2017/05/10 22:38:47
Nit: File has been renamed?
jungshik at Google
2017/05/14 09:36:23
Corrected.
|
| + |
| + The checked-in output of make_top_domain_gperf. Processed during the |
| + build to generate alexa_names_and_skeletons-inc.cc, which is used by |
| + url_formatter.cc. This must be regenerated as follows if ICU is updated, since |
|
Peter Kasting
2017/05/10 22:38:47
Nit: 80 columns
jungshik at Google
2017/05/14 09:36:23
Done.
|
| + skeletons can differ across ICU versions: |
| + |
| + |
|
Peter Kasting
2017/05/10 22:38:47
Nit: Second blank line not needed
jungshik at Google
2017/05/14 09:36:23
Done.
|
| + $ ninja -C $build_outdir make_top_domain_gperf |
| + $ $build_outdir/make_top_domain_gperf |