chromium/components/privacy_sandbox/privacy_sandbox_attestations/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/libprotobuf-mutator/fuzzable_proto_library.gni")

fuzzable_proto_library("proto") {
  sources = [ "privacy_sandbox_attestations.proto" ]
  cc_generator_options = "lite=true:"
}