Chromium Code Reviews| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 * alexa_domains.list | |
| 2 It is an input to make_top_domain_list and is made up of list of Alexa | |
| 
 
Peter Kasting
2017/05/09 01:37:02
Nit: "The Alexa top 10k domains, one per line, con
 
jungshik at Google
2017/05/10 18:05:12
Thanks. Done
 
 | |
| 3 top 10k domains (one per line). | |
| 4 It's derived from | |
| 5 src/tools/perf/page_sets/alexa1-10000-urls.json with make_alexa_top_list.py | |
| 6 | |
| 7 * alexa_names_and_skeletons.gperf | |
| 8 | |
| 9 It is generated by running make_top_domain_list and checked in. | |
| 
 
Peter Kasting
2017/05/09 01:37:02
Nit: "The checked-in output of make_top_domain_gpe
 
jungshik at Google
2017/05/10 18:05:12
Thank you for a much better rewrite.
 
 | |
| 10 No command line argument needs to be passed. | |
| 11 | |
| 12 When ICU is updated to a new major version, this file needs to be regenerated | |
| 13 because skeletons can be different in different ICU versions. | |
| 14 | |
| 15 $ ninja -C $build_outdir make_top_domain_gperf | |
| 16 $ $build_outdir/make_top_domain_gperf | |
| 17 | |
| 18 During a build, it is processed by net/tools/dafsa/make_dafsa.py to generate | |
| 19 alexa_names_and_skeletons-inc.cc that is included by | |
| 20 components/url_formatter/url_formatter.cc | |
| OLD | NEW |