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

Unified Diff: components/url_formatter/BUILD.gn

Issue 2784933002: Mitigate spoofing attempt using Latin letters. (Closed)
Patch Set: add back U+04CF (ÓŹ) -> 'l' map 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/BUILD.gn
diff --git a/components/url_formatter/BUILD.gn b/components/url_formatter/BUILD.gn
index b391e73962ed764ed822c90975f06e47fe39497b..f3233835ca280c63c31a1a6013583e02b50addcf 100644
--- a/components/url_formatter/BUILD.gn
+++ b/components/url_formatter/BUILD.gn
@@ -26,6 +26,7 @@ static_library("url_formatter") {
deps = [
"//base",
"//base:i18n",
+ "//components/url_formatter/top_domains",
"//net",
"//third_party/icu",
"//url",
@@ -49,6 +50,7 @@ source_set("unit_tests") {
deps = [
":url_formatter",
"//base",
+ "//components/url_formatter/top_domains",
"//net",
"//testing/gtest",
"//ui/gfx",
« no previous file with comments | « no previous file | components/url_formatter/top_domains/BUILD.gn » ('j') | components/url_formatter/top_domains/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698