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

Unified Diff: net/data/ssl/wosign/BUILD.gn

Issue 2784933002: Mitigate spoofing attempt using Latin letters. (Closed)
Patch Set: add similarity check unittests Created 3 years, 8 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: net/data/ssl/wosign/BUILD.gn
diff --git a/net/data/ssl/wosign/BUILD.gn b/net/data/ssl/wosign/BUILD.gn
index 90d9e9867ea8dfbc352e6720cff71cf8a0cc7690..4b9c2327bad2664e7405a0eace9d0c1ac7e8a866 100644
--- a/net/data/ssl/wosign/BUILD.gn
+++ b/net/data/ssl/wosign/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
action_foreach("wosign_domains") {
- script = "//net/tools/dafsa/make_dafsa.py"
+ script = "//base/dafsa/make_dafsa.py"
sources = [
"wosign_domains.gperf",
]

Powered by Google App Engine
This is Rietveld 408576698