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

Unified Diff: net/BUILD.gn

Issue 2641953009: [1 of 4] Support prefix queries against the effective_tld_names DAFSA (Closed)
Patch Set: Fixes. Created 3 years, 11 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
« no previous file with comments | « no previous file | net/base/lookup_string_in_fixed_set.h » ('j') | net/base/lookup_string_in_fixed_set.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/",
]
« no previous file with comments | « no previous file | net/base/lookup_string_in_fixed_set.h » ('j') | net/base/lookup_string_in_fixed_set.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698