| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 3ea21a0f5f9a98134b1286a61726e376ac659598..3dfbf72592cea1cbf10c2828f291c5c122ca6118 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -3040,6 +3040,7 @@ if (!is_ios) {
|
| bundle_data("net_unittests_bundle_data") {
|
| testonly = true
|
| sources = [
|
| + "base/registry_controlled_domains/effective_tld_names.gperf",
|
| "data/cert_issuer_source_aia_unittest/i.pem",
|
| "data/cert_issuer_source_aia_unittest/i2.pem",
|
| "data/cert_issuer_source_aia_unittest/i3.pem",
|
| @@ -4744,7 +4745,9 @@ test("net_unittests") {
|
| ]
|
| }
|
|
|
| - data = []
|
| + data = [
|
| + "base/registry_controlled_domains/effective_tld_names.gperf",
|
| + ]
|
| data_deps = [
|
| "third_party/nist-pkits/",
|
| ]
|
|
|