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: use checked_cast and make win64 happy 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
« no previous file with comments | « no previous file | components/url_formatter/idn_spoof_checker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_formatter/BUILD.gn
diff --git a/components/url_formatter/BUILD.gn b/components/url_formatter/BUILD.gn
index f895eb626d4bdb057dda029f8528b6aac077f588..3ed810c276ab97289619dd3131dc8771afde3b37 100644
--- a/components/url_formatter/BUILD.gn
+++ b/components/url_formatter/BUILD.gn
@@ -28,6 +28,7 @@ static_library("url_formatter") {
deps = [
"//base",
"//base:i18n",
+ "//components/url_formatter/top_domains",
"//net",
"//third_party/icu",
"//url",
@@ -51,6 +52,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/idn_spoof_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698