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

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

Issue 2927383002: Remove the StartCom/WoSign whitelist (Closed)
Patch Set: Headers Created 3 years, 6 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
Index: net/data/ssl/wosign/BUILD.gn
diff --git a/net/data/ssl/wosign/BUILD.gn b/net/data/ssl/wosign/BUILD.gn
deleted file mode 100644
index 90d9e9867ea8dfbc352e6720cff71cf8a0cc7690..0000000000000000000000000000000000000000
--- a/net/data/ssl/wosign/BUILD.gn
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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),
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698