BUILD.gn 560 B

1234567891011121314151617181920
  1. # Copyright 2021 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/chromeos/ui_mode.gni")
  5. import("//third_party/protobuf/proto_library.gni")
  6. assert(is_chromeos_ash,
  7. "Quick Pair protocols (e.g. Fast Pair) are ash-chrome only")
  8. proto_library("fastpair_proto") {
  9. sources = [
  10. "context_fence.proto",
  11. "enums.proto",
  12. "fastpair.proto",
  13. "fastpair_data.proto",
  14. "message_set.proto",
  15. ]
  16. cc_generator_options = "lite"
  17. }