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