| 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),
|
| - ]
|
| -}
|
|
|