|
|
|
@ -5,18 +5,18 @@ |
|
|
|
|
# license that can be found in the LICENSE file or at |
|
|
|
|
# https://developers.google.com/open-source/licenses/bsd |
|
|
|
|
|
|
|
|
|
load( |
|
|
|
|
"//upb/cmake:build_defs.bzl", |
|
|
|
|
"staleness_test", |
|
|
|
|
) |
|
|
|
|
load("//bazel:build_defs.bzl", "UPB_DEFAULT_COPTS") |
|
|
|
|
load("//bazel:upb_minitable_proto_library.bzl", "upb_minitable_proto_library") |
|
|
|
|
load("//bazel:upb_proto_library.bzl", "upb_proto_reflection_library") |
|
|
|
|
load( |
|
|
|
|
"//src/google/protobuf/editions:defaults.bzl", |
|
|
|
|
"compile_edition_defaults", |
|
|
|
|
"embed_edition_defaults", |
|
|
|
|
) |
|
|
|
|
load("//bazel:build_defs.bzl", "UPB_DEFAULT_COPTS") |
|
|
|
|
load("//bazel:upb_minitable_proto_library.bzl", "upb_minitable_proto_library") |
|
|
|
|
load("//bazel:upb_proto_library.bzl", "upb_proto_reflection_library") |
|
|
|
|
load( |
|
|
|
|
"//upb/cmake:build_defs.bzl", |
|
|
|
|
"staleness_test", |
|
|
|
|
) |
|
|
|
|
load( |
|
|
|
|
"//upb_generator:bootstrap_compiler.bzl", |
|
|
|
|
"bootstrap_cc_library", |
|
|
|
|