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

Unified Diff: net/data/ssl/wosign/BUILD.gn

Issue 2662673002: Restrict the set of WoSign/StartCom certs to the Alexa Top 1M (Closed)
Patch Set: 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 | « net/cert/cert_verify_proc_whitelist_unittest1.gperf ('k') | net/data/ssl/wosign/wosign_domains.gperf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/ssl/wosign/BUILD.gn
diff --git a/net/data/ssl/wosign/BUILD.gn b/net/data/ssl/wosign/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..90d9e9867ea8dfbc352e6720cff71cf8a0cc7690
--- /dev/null
+++ b/net/data/ssl/wosign/BUILD.gn
@@ -0,0 +1,18 @@
+# Copyright (c) 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+action_foreach("wosign_domains") {
+ script = "//net/tools/dafsa/make_dafsa.py"
+ sources = [
+ "wosign_domains.gperf",
+ ]
+ outputs = [
+ "${target_gen_dir}/{{source_name_part}}-inc.cc",
+ ]
+ args = [
+ "{{source}}",
+ rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc",
+ root_build_dir),
+ ]
+}
« no previous file with comments | « net/cert/cert_verify_proc_whitelist_unittest1.gperf ('k') | net/data/ssl/wosign/wosign_domains.gperf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698