blob: 5b33a8da0390f6e0d8b6fcb7b0eed529911bb64a [file] [log] [blame]
# Copyright 2022 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")
proto_library("private_aggregation_budgets_proto") {
sources = [ "private_aggregation_budgets.proto" ]
cc_generator_options = "dllexport_decl=CONTENT_EXPORT:"
cc_include = "content/common/content_export.h"
component_build_force_source_set = true
defines = [ "CONTENT_IMPLEMENTATION" ]
}