BUILD.bazel 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # This file was automatically generated by BuildFileGenerator
  2. # This is an API workspace, having public visibility by default makes perfect sense.
  3. package(default_visibility = ["//visibility:public"])
  4. ##############################################################################
  5. # Common
  6. ##############################################################################
  7. load("@rules_proto//proto:defs.bzl", "proto_library")
  8. proto_library(
  9. name = "content_proto",
  10. srcs = [
  11. "static_canvas_prompt.proto",
  12. "static_card_prompt.proto",
  13. "static_collection_browse_prompt.proto",
  14. "static_collection_prompt.proto",
  15. "static_content_prompt.proto",
  16. "static_image_prompt.proto",
  17. "static_link_prompt.proto",
  18. "static_list_prompt.proto",
  19. "static_media_prompt.proto",
  20. "static_table_prompt.proto",
  21. ],
  22. deps = [
  23. "//google/api:field_behavior_proto",
  24. "@com_google_protobuf//:duration_proto",
  25. "@com_google_protobuf//:struct_proto",
  26. ],
  27. )
  28. ##############################################################################
  29. # Node.js
  30. ##############################################################################
  31. load(
  32. "@com_google_googleapis_imports//:imports.bzl",
  33. "nodejs_gapic_assembly_pkg",
  34. "nodejs_gapic_library",
  35. )