sandboxed-api/sandboxed_api
Christian Blichmann 0d16c136ae Make external usage easier by providing a sapi_deps() workspace rule
If using Sandboxed API from an external Bazel WORKSPACE, dependencies can be
imported by declaring the repository and calling `sapi_deps()`:

```python
git_repository(
    name = "com_google_sandboxed_api",
    commit = "master",
    remote = "https://github.com/google/sandboxed-api.git",
)

load(
    "@com_google_sandboxed_api//sandboxed_api/bazel:sapi_deps.bzl",
    "sapi_deps",
)

sapi_deps()
```

PiperOrigin-RevId: 255373664
Change-Id: I4c41ffc75e1ca95eb126702cb2d5cedb255191d5
2019-06-27 04:27:53 -07:00
..
bazel Make external usage easier by providing a sapi_deps() workspace rule 2019-06-27 04:27:53 -07:00
docs Document required deps for Gentoo 2019-04-05 11:09:02 +02:00
examples Fix old 'google' namespace in example 2019-06-20 08:37:56 -07:00
sandbox2 Make bpf_helper visible to projects using SAPI 2019-06-27 03:43:31 -07:00
tools/generator2 Find libclang so that Python3 works, remove PY2 annotations 2019-06-24 06:30:34 -07:00
util Internal change 2019-06-05 00:26:14 -07:00
BUILD.bazel Internal change 2019-06-05 00:26:14 -07:00
call.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
client.cc Use newer gflags namespace for command-line flags 2019-06-05 07:39:38 -07:00
CMakeLists.txt CMake support for Sandbox2 2019-05-06 14:03:29 +02:00
embed_file.cc Make embed_file use raw logging 2019-04-10 07:56:06 -07:00
embed_file.h Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
file_toc.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
lenval_core.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
proto_arg.proto Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
proto_helper.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
rpcchannel.cc Internal change 2019-04-23 10:42:14 -07:00
rpcchannel.h Make StatusMatcher more flexible 2019-04-23 10:30:45 -07:00
sandbox.cc Allow two madvise calls for asan & tsan builds. 2019-06-07 07:53:10 -07:00
sandbox.h Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
sapi_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
transaction.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
transaction.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_abstract.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_abstract.h Formatting fixes and include file hygiene. 2019-03-26 07:54:21 -07:00
var_array.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_int.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_int.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_lenval.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_lenval.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_pointable.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_pointable.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_proto.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_ptr.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_reg.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_struct.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_type.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
var_void.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
vars.h Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00