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

Unified Diff: net/base/registry_controlled_domains/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/base/registry_controlled_domains/BUILD.gn
diff --git a/net/base/registry_controlled_domains/BUILD.gn b/net/base/registry_controlled_domains/BUILD.gn
index d8aa971c1bd237862b3bae721f3cceb282ac3597..19341b8d2d31e5fab09fb61fc24dd23c9e23b991 100644
--- a/net/base/registry_controlled_domains/BUILD.gn
+++ b/net/base/registry_controlled_domains/BUILD.gn
@@ -3,15 +3,9 @@
# found in the LICENSE file.
action_foreach("registry_controlled_domains") {
- script = "//net/tools/dafsa/make_dafsa.py"
+ script = "//base/dafsa/make_dafsa.py"
sources = [
"effective_tld_names.gperf",
- "effective_tld_names_unittest1.gperf",
- "effective_tld_names_unittest2.gperf",
- "effective_tld_names_unittest3.gperf",
- "effective_tld_names_unittest4.gperf",
- "effective_tld_names_unittest5.gperf",
- "effective_tld_names_unittest6.gperf",
]
outputs = [
"${target_gen_dir}/{{source_name_part}}-inc.cc",

Powered by Google App Engine
This is Rietveld 408576698