blob: c76e731d93a66f8def6cf3dad1a8cc0855e35b96 [file] [log] [blame]
# Copyright 2019 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("proto") {
sources = [ "chrome_prompt.proto" ]
}
proto_library("test_only_proto") {
testonly = true
generate_python = false
sources = [ "chrome_prompt_for_tests.proto" ]
}