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

Unified Diff: components/url_formatter/BUILD.gn

Issue 2877973003: Pull out IDN_Spoof_Checker to separate cc/h files. (Closed)
Patch Set: fix a typo in regex 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 b391e73962ed764ed822c90975f06e47fe39497b..f895eb626d4bdb057dda029f8528b6aac077f588 100644
--- a/components/url_formatter/BUILD.gn
+++ b/components/url_formatter/BUILD.gn
@@ -12,6 +12,8 @@ static_library("url_formatter") {
"android/component_jni_registrar.h",
"elide_url.cc",
"elide_url.h",
+ "idn_spoof_checker.cc",
+ "idn_spoof_checker.h",
"url_fixer.cc",
"url_fixer.h",
"url_formatter.cc",
« 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