mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal cleanup migrating StatusOr.
PiperOrigin-RevId: 329250595 Change-Id: I0447d8154a57b1132981b116f02b4d5bceedfd4c
This commit is contained in:
parent
c53f2a900f
commit
cfac8eb2d9
|
@ -14,11 +14,11 @@
|
|||
|
||||
# Description: Sandboxed API reimplementation of zlib's zpipe.c example.
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load("//sandboxed_api/bazel:build_defs.bzl", "sapi_platform_copts")
|
||||
load("//sandboxed_api/bazel:sapi.bzl", "sapi_library")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
sapi_library(
|
||||
name = "zlib-sapi",
|
||||
srcs = [],
|
||||
|
@ -42,6 +42,7 @@ cc_binary(
|
|||
":zlib-sapi_embed",
|
||||
"//sandboxed_api:vars",
|
||||
"//sandboxed_api/util:flags",
|
||||
"//sandboxed_api/util:statusor",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <glog/logging.h>
|
||||
#include "absl/base/macros.h"
|
||||
#include "sandboxed_api/util/flag.h"
|
||||
#include "sandboxed_api/util/statusor.h"
|
||||
#include "sandboxed_api/examples/zlib/zlib-sapi.sapi.h"
|
||||
#include "sandboxed_api/examples/zlib/zlib-sapi_embed.h"
|
||||
#include "sandboxed_api/vars.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "sandboxed_api/rpcchannel.h"
|
||||
|
||||
#include <glog/logging.h>
|
||||
#include "sandboxed_api/util/statusor.h"
|
||||
#include "absl/strings/str_cat.h"
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "sandboxed_api/call.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "sandboxed_api/tools/clang_generator/emitter.h"
|
||||
|
||||
#include "absl/random/random.h"
|
||||
#include "sandboxed_api/util/statusor.h"
|
||||
#include "absl/strings/ascii.h"
|
||||
#include "absl/strings/escaping.h"
|
||||
#include "absl/strings/match.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user