chromium/components/manta/proto/BUILD.gn

# Copyright 2023 The Chromium Authors
# 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")

# TODO(b/358224257): Re-enable when shared_library is properly used.
# allow_internal = is_chrome_branded
allow_internal = false

proto_library("proto") {
  proto_in_dir = "//"
  sources = [
    "common.proto",
    "manta.proto",
    "rpc_status.proto",
    "sparky.proto",
  ]

  if (allow_internal) {
    sources += [ "//components/accessibility/internal/anchovy/anchovy.proto" ]
  }
}