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

Unified Diff: base/test/dafsa/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: base/test/dafsa/BUILD.gn
diff --git a/net/base/registry_controlled_domains/BUILD.gn b/base/test/dafsa/BUILD.gn
similarity index 83%
copy from net/base/registry_controlled_domains/BUILD.gn
copy to base/test/dafsa/BUILD.gn
index d8aa971c1bd237862b3bae721f3cceb282ac3597..e88b82d5e0c68ba39ed05f49adebf8f8e6259f3d 100644
--- a/net/base/registry_controlled_domains/BUILD.gn
+++ b/base/test/dafsa/BUILD.gn
@@ -2,10 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-action_foreach("registry_controlled_domains") {
- script = "//net/tools/dafsa/make_dafsa.py"
+action_foreach("dafsa") {
+ 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",

Powered by Google App Engine
This is Rietveld 408576698