sandboxed-api/sandboxed_api/bazel
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
..
external CMake support for Sandbox2 2019-05-06 14:03:29 +02:00
testdata Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
BUILD Disable compiler warnings for consistency with internal settings. 2019-05-09 05:21:34 -07:00
build_defs.bzl Disable compiler warnings for consistency with internal settings. 2019-05-09 05:21:34 -07:00
CMakeLists.txt Fix sandbox2 tests when run with CTest 2019-06-03 06:27:59 -07:00
embed_data.bzl Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
filewrapper_test.cc Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
filewrapper.cc Replace non-alphanumeric, non-underscore characters in filewrapper 2019-05-02 08:11:50 -07:00
proto.bzl Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
repositories.bzl Sandboxed API OSS release. 2019-03-18 19:00:48 +01:00
sapi_deps.bzl Make external usage easier by providing a sapi_deps() workspace rule 2019-06-27 04:27:53 -07:00
sapi.bzl Use to_list() on Bazel depsets for iteration. 2019-06-24 00:45:55 -07:00