| 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",
|
|
|