blob: e60c4e0bc023bedae91f2e439eda06b6beb20847 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("rappor_encoder") {
sources = [
"rappor_config_helper.cc",
"rappor_config_helper.h",
"rappor_config_validator.cc",
"rappor_config_validator.h",
"rappor_encoder.cc",
"rappor_encoder.h",
]
configs += [ "//third_party/cobalt:cobalt_config" ]
public_deps = [
"//garnet/public/lib/fxl",
"//third_party/cobalt:cobalt_proto",
"//third_party/cobalt/config:cobalt_registry_proto",
"//third_party/cobalt/encoder:client_secret",
"//third_party/cobalt/util/crypto_util",
]
}