naiveproxy/components/tracing/proto/BUILD.gn

23 lines
584 B
Plaintext
Raw Normal View History

2018-02-02 13:49:39 +03:00
# Copyright 2016 The Chromium Authors. All rights reserved.
# 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")
tracing_proto_sources = [
"event.proto",
"events_chunk.proto",
]
# Official protobuf C++ stubs to test conformance.
proto_library("golden_protos_for_tests") {
visibility = [ "//components/tracing/*" ]
testonly = true
proto_in_dir = "."
proto_out_dir = "components/tracing/test/golden_protos"
sources = tracing_proto_sources
generate_python = false
}