File tree Expand file tree Collapse file tree 20 files changed +39
-0
lines changed Expand file tree Collapse file tree 20 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 4
4
# license that can be found in the LICENSE file or at
5
5
# https://developers.google.com/open-source/licenses/bsd
6
6
7
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
7
8
load ("@rules_pkg//pkg:mappings.bzl" , "pkg_files" , "strip_prefix" )
8
9
load ("@rules_rust//rust:defs.bzl" , "rust_library" , "rust_test" )
9
10
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
9
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
8
10
load ("//upb/bazel:build_defs.bzl" , "UPB_DEFAULT_COPTS" )
9
11
10
12
package (default_applicable_licenses = ["//:license" ])
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_binary.bzl" , "cc_binary" )
8
9
load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
9
10
load (
10
11
"//bazel:upb_proto_library.bzl" ,
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
9
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
8
10
load ("//upb/bazel:build_defs.bzl" , "UPB_DEFAULT_COPTS" )
9
11
10
12
package (default_applicable_licenses = ["//:license" ])
Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
+
1
4
package (default_applicable_licenses = ["//:license" ])
2
5
3
6
cc_library (
Original file line number Diff line number Diff line change 1
1
# TODO: describe this package.
2
2
3
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
4
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
3
5
load ("//bazel:proto_library.bzl" , "proto_library" )
4
6
load (
5
7
"//bazel:upb_proto_library.bzl" ,
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
9
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
8
10
load ("//upb/bazel:build_defs.bzl" , "UPB_DEFAULT_COPTS" )
9
11
10
12
package (default_applicable_licenses = ["//:license" ])
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
9
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
8
10
load ("//upb/bazel:build_defs.bzl" , "UPB_DEFAULT_COPTS" )
9
11
10
12
package (default_applicable_licenses = ["//:license" ])
Original file line number Diff line number Diff line change 5
5
# license that can be found in the LICENSE file or at
6
6
# https://developers.google.com/open-source/licenses/bsd
7
7
8
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
9
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
8
10
load ("//bazel:proto_library.bzl" , "proto_library" )
9
11
load (
10
12
"//bazel:upb_minitable_proto_library.bzl" ,
Original file line number Diff line number Diff line change
1
+ load ("@rules_cc//cc:cc_library.bzl" , "cc_library" )
2
+ load ("@rules_cc//cc:cc_test.bzl" , "cc_test" )
1
3
load (
2
4
"//upb/bazel:build_defs.bzl" ,
3
5
"UPB_DEFAULT_COPTS" ,
You can’t perform that action at this time.
0 commit comments