summaryrefslogtreecommitdiff
path: root/chromium/net/tools/root_store_tool/BUILD.gn
blob: 8d2572e2727d1e3a31733532fcc1bad3b960cb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# TODO(https://crbug.com/1216547): add unit tests
executable("root_store_tool") {
  sources = [ "root_store_tool.cc" ]
  deps = [
    "//base",
    "//crypto",
    "//net/cert:root_store_proto_full",
    "//third_party/boringssl",
  ]
}