summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ssl/BUILD.gn
blob: 56939d243b4b46c915221147166bb05884996f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 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.

import("//third_party/protobuf/proto_library.gni")

proto_library("proto") {
  sources = [
    "ssl_error_assistant.proto",
  ]
}