| # Copyright 2020 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") | |
| assert(is_chromeos, "Nearby Share is CrOS only") | |
| proto_library("tachyon_proto") { | |
| sources = [ | |
| "duration.proto", | |
| "ice.proto", | |
| "tachyon.proto", | |
| "tachyon_common.proto", | |
| "tachyon_enums.proto", | |
| ] | |
| } |