BUILD.gn 541 B

1234567891011121314151617
  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. # TODO(b/203137959): Move dbus build relations from ash/BUILD.gn file.
  5. import("//third_party/protobuf/proto_library.gni")
  6. assert(is_chromeos_ash, "Non-ChromeOS builds cannot depend on //ash")
  7. proto_library("privacy_screen_proto") {
  8. sources = [
  9. "//third_party/cros_system_api/dbus/privacy_screen/privacy_screen.proto",
  10. ]
  11. proto_out_dir = "ash/dbus/privacy_screen"
  12. }