| OLD | NEW |
| (Empty) |
| 1 * alexa_domains.list | |
| 2 | |
| 3 The Alexa top 10k domains, one per line, constructed by running | |
| 4 make_alexa_top_list.py. Used as an input to make_top_domain_gperf. | |
| 5 It's derived from | |
| 6 src/tools/perf/page_sets/alexa1-10000-urls.json with make_alexa_top_list.py | |
| 7 | |
| 8 * alexa_skeletons.gperf | |
| 9 | |
| 10 The checked-in output of make_top_domain_gperf. Processed during the | |
| 11 build to generate alexa_names_and_skeletons-inc.cc, which is used by | |
| 12 url_formatter.cc. This must be regenerated as follows if ICU is updated, | |
| 13 since skeletons can differ across ICU versions: | |
| 14 | |
| 15 $ ninja -C $build_outdir make_top_domain_gperf | |
| 16 $ $build_outdir/make_top_domain_gperf | |
| OLD | NEW |