mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
internal BUILD file cleanup.
PiperOrigin-RevId: 270906748 Change-Id: I6a79c2f84a1d8a9fcb91061caa5f9e538fa83cba
This commit is contained in:
parent
1cf9bf8ab6
commit
ce46cb3fef
@ -142,7 +142,7 @@ cc_library(
|
||||
deps = [
|
||||
":call",
|
||||
":lenval_core",
|
||||
":proto_arg_cc",
|
||||
":proto_arg_cc_cc_proto",
|
||||
":var_type",
|
||||
"//sandboxed_api/sandbox2:comms",
|
||||
"//sandboxed_api/util:status",
|
||||
@ -169,7 +169,7 @@ cc_library(
|
||||
deps = [
|
||||
":call",
|
||||
":lenval_core",
|
||||
":proto_arg_cc",
|
||||
":proto_arg_cc_cc_proto",
|
||||
":vars",
|
||||
"//sandboxed_api/sandbox2:client",
|
||||
"//sandboxed_api/sandbox2:comms",
|
||||
|
@ -27,7 +27,7 @@ cc_test(
|
||||
"//sandboxed_api:sapi",
|
||||
"//sandboxed_api:vars",
|
||||
"//sandboxed_api/examples/stringop/lib:stringop-sapi",
|
||||
"//sandboxed_api/examples/stringop/lib:stringop_params_proto_cc",
|
||||
"//sandboxed_api/examples/stringop/lib:stringop_params_proto_cc_cc_proto",
|
||||
"//sandboxed_api/util:flags",
|
||||
"//sandboxed_api/util:status",
|
||||
"//sandboxed_api/util:status_matchers",
|
||||
|
@ -30,7 +30,7 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":stringop_params_proto_cc",
|
||||
":stringop_params_proto_cc_cc_proto",
|
||||
"//sandboxed_api:lenval_core",
|
||||
],
|
||||
alwayslink = 1, # All functions are linked into dependent binaries
|
||||
|
@ -25,7 +25,7 @@ cc_binary(
|
||||
"//sandboxed_api:sapi",
|
||||
"//sandboxed_api:vars",
|
||||
"//sandboxed_api/examples/sum/lib:sum-sapi",
|
||||
"//sandboxed_api/examples/sum/lib:sum_params_proto_cc",
|
||||
"//sandboxed_api/examples/sum/lib:sum_params_proto_cc_cc_proto",
|
||||
"//sandboxed_api/util:flags",
|
||||
"//sandboxed_api/util:status",
|
||||
"@com_google_absl//absl/memory",
|
||||
|
@ -34,7 +34,7 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":sum_params_proto_cc",
|
||||
":sum_params_proto_cc_cc_proto",
|
||||
"@com_google_glog//:glog",
|
||||
],
|
||||
alwayslink = 1, # All functions are linked into depending binaries
|
||||
|
@ -39,7 +39,7 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
deps = [
|
||||
":syscall",
|
||||
":violation_proto_cc",
|
||||
":violation_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:strerror",
|
||||
"//sandboxed_api/util:status",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
@ -105,7 +105,7 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
deps = [
|
||||
":comms",
|
||||
":logserver_proto_cc",
|
||||
":logserver_proto_cc_cc_proto",
|
||||
"@com_google_glog//:glog",
|
||||
],
|
||||
)
|
||||
@ -118,7 +118,7 @@ cc_library(
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":comms",
|
||||
":logserver_proto_cc",
|
||||
":logserver_proto_cc_cc_proto",
|
||||
"@com_google_absl//absl/strings",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
"@com_google_glog//:glog",
|
||||
@ -183,7 +183,7 @@ cc_library(
|
||||
":namespace",
|
||||
":regs",
|
||||
":syscall",
|
||||
":violation_proto_cc",
|
||||
":violation_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:bpf_helper",
|
||||
"//sandboxed_api/util:flags",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
@ -304,9 +304,9 @@ cc_library(
|
||||
":client",
|
||||
":executor",
|
||||
":comms",
|
||||
":violation_proto_cc",
|
||||
":violation_proto_cc_cc_proto",
|
||||
":forkserver",
|
||||
":forkserver_proto_cc",
|
||||
":forkserver_proto_cc_cc_proto",
|
||||
":global_forkserver",
|
||||
":ipc",
|
||||
":limits",
|
||||
@ -332,7 +332,7 @@ cc_library(
|
||||
"@com_google_absl//absl/types:optional",
|
||||
"@org_kernel_libcap//:libcap",
|
||||
"//sandboxed_api/sandbox2/unwind",
|
||||
"//sandboxed_api/sandbox2/unwind:unwind_proto_cc",
|
||||
"//sandboxed_api/sandbox2/unwind:unwind_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:bpf_helper",
|
||||
"//sandboxed_api/sandbox2/util:file_base",
|
||||
"//sandboxed_api/sandbox2/util:fileops",
|
||||
@ -383,14 +383,14 @@ cc_library(
|
||||
deps = [
|
||||
":client",
|
||||
":comms",
|
||||
":forkserver_proto_cc",
|
||||
":forkserver_proto_cc_cc_proto",
|
||||
":namespace",
|
||||
":policy",
|
||||
":syscall",
|
||||
":util",
|
||||
"//sandboxed_api/sandbox2/unwind",
|
||||
"//sandboxed_api/sandbox2/unwind:ptrace_hook",
|
||||
"//sandboxed_api/sandbox2/unwind:unwind_proto_cc",
|
||||
"//sandboxed_api/sandbox2/unwind:unwind_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:bpf_helper",
|
||||
"//sandboxed_api/sandbox2/util:fileops",
|
||||
"//sandboxed_api/sandbox2/util:strerror",
|
||||
@ -410,7 +410,7 @@ cc_library(
|
||||
hdrs = ["mounts.h"],
|
||||
copts = sapi_platform_copts(),
|
||||
deps = [
|
||||
":mounttree_proto_cc",
|
||||
":mounttree_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:file_base",
|
||||
"//sandboxed_api/sandbox2/util:fileops",
|
||||
"//sandboxed_api/sandbox2/util:minielf",
|
||||
@ -449,9 +449,9 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
deps = [
|
||||
":mounts",
|
||||
":mounttree_proto_cc",
|
||||
":mounttree_proto_cc_cc_proto",
|
||||
":util",
|
||||
":violation_proto_cc",
|
||||
":violation_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2/util:file_base",
|
||||
"//sandboxed_api/sandbox2/util:fileops",
|
||||
"//sandboxed_api/sandbox2/util:strerror",
|
||||
@ -597,7 +597,7 @@ cc_test(
|
||||
copts = sapi_platform_copts(),
|
||||
deps = [
|
||||
":comms",
|
||||
":comms_test_proto_cc",
|
||||
":comms_test_proto_cc_cc_proto",
|
||||
"//sandboxed_api/util:status_matchers",
|
||||
"@com_google_absl//absl/container:fixed_array",
|
||||
"@com_google_absl//absl/strings",
|
||||
@ -618,7 +618,7 @@ cc_test(
|
||||
deps = [
|
||||
":comms",
|
||||
":forkserver",
|
||||
":forkserver_proto_cc",
|
||||
":forkserver_proto_cc_cc_proto",
|
||||
":sandbox2",
|
||||
":testing",
|
||||
"@com_google_absl//absl/strings",
|
||||
|
@ -50,7 +50,7 @@ cc_library(
|
||||
]
|
||||
]),
|
||||
deps = [
|
||||
":unwind_proto_cc",
|
||||
":unwind_proto_cc_cc_proto",
|
||||
"//sandboxed_api/sandbox2:comms",
|
||||
"//sandboxed_api/sandbox2/util:maps_parser",
|
||||
"//sandboxed_api/sandbox2/util:minielf",
|
||||
|
@ -41,7 +41,7 @@ cc_library(
|
||||
copts = sapi_platform_copts(),
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
":status_proto_cc",
|
||||
":status_proto_cc_cc_proto",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/meta:type_traits",
|
||||
"@com_google_absl//absl/strings",
|
||||
|
Loading…
x
Reference in New Issue
Block a user