blob: 6b01466c2f98cd9f7302bb560c7dc3e3af26d551 [file] [log] [blame]
# Copyright 2021 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("//build/config/chromeos/ui_mode.gni")
import("//third_party/protobuf/proto_library.gni")
assert(is_chromeos_ash,
"Quick Pair protocols (e.g. Fast Pair) are ash-chrome only")
proto_library("fastpair_proto") {
sources = [ "fastpair.proto" ]
cc_generator_options = "lite"
}