blob: 5f1286c65c1dbb62364944a8f1f6d406bd5614e0 [file] [log] [blame]
# Copyright 2020 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.
visibility = [ "$cobalt_root/*" ]
import("$cobalt_root/metrics_registry.gni")
metrics_registry("test_registry") {
global = true
features = [
"generate-config-base64",
"testing",
]
directories = [ "test_registry" ]
namespace = "cobalt.local_aggregation"
var_name = "cobalt_registry_base64"
generate_cc = true
}