blob: e390b663f9196613ad7744eb195b67b1a9dc4c58 [file] [log] [blame]
# Copyright 2019 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") {
project_id = 1
skip_validation = true
features = [
"testing",
"generate-config-base64",
]
directories = [ "." ]
namespace = "cobalt.test_app.testing"
generate_cc = true
}