File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
1818load ("//sandboxed_api/bazel:embed_data.bzl" , "sapi_cc_embed_data" )
1919load ("//sandboxed_api/bazel:proto.bzl" , "sapi_proto_library" )
20+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
21+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
22+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
2023
2124package (default_visibility = ["//sandboxed_api:__subpackages__" ])
2225
Original file line number Diff line number Diff line change 2020# appropriate visibility list for your targets.
2121
2222load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
23+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
2324
2425licenses (["notice" ])
2526
Original file line number Diff line number Diff line change 2020# - Test to ensure sandbox executor runs sandboxee without issue
2121
2222load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
23+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
24+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
2325
2426package (default_visibility = [
2527 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 1717# from the current process
1818
1919load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
20+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
2021
2122package (default_visibility = [
2223 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 1919# - sandbox2::Comms for data exchange (IPC)
2020
2121load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
22+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
2223
2324package (default_visibility = [
2425 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 1515# The 'network proxy' example demonstrates how to use network proxy server.
1616
1717load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
18+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
1819
1920licenses (["notice" ])
2021
Original file line number Diff line number Diff line change 2020# - test to ensure sandbox executor runs sandboxee without issue
2121
2222load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
23+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
2324
2425package (default_visibility = [
2526 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 2121# - test to ensure sandbox executor runs sandboxee without issue
2222
2323load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
24+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
2425
2526package (default_visibility = [
2627 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
16+ load ("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl" , "cc_binary" )
1617
1718package (default_visibility = [
1819 "//sandboxed_api/sandbox2:__subpackages__" ,
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515load ("//sandboxed_api/bazel:build_defs.bzl" , "sapi_platform_copts" )
16+ load ("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl" , "cc_library" )
17+ load ("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl" , "cc_test" )
1618
1719package (default_visibility = [
1820 "//sandboxed_api/sandbox2:__subpackages__" ,
You can’t perform that action at this time.
0 commit comments