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

Unified Diff: components/url_formatter/top_domains/README

Issue 2889303003: Revert of Mitigate spoofing attempt using Latin letters. (Closed)
Patch Set: Created 3 years, 7 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
Index: components/url_formatter/top_domains/README
diff --git a/components/url_formatter/top_domains/README b/components/url_formatter/top_domains/README
deleted file mode 100644
index 137cdeca2629d89cdf474fa747b5a88be277babe..0000000000000000000000000000000000000000
--- a/components/url_formatter/top_domains/README
+++ /dev/null
@@ -1,16 +0,0 @@
-* 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_skeletons.gperf
-
- 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 skeletons can differ across ICU versions:
-
- $ ninja -C $build_outdir make_top_domain_gperf
- $ $build_outdir/make_top_domain_gperf
« no previous file with comments | « components/url_formatter/top_domains/BUILD.gn ('k') | components/url_formatter/top_domains/alexa_domains.list » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698