mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Improve internal<->external code transforms #2
PiperOrigin-RevId: 239221234 Change-Id: I5b50ed6472df894c43310addb9d8e8ca35b2c822
This commit is contained in:
parent
22eeb45d0f
commit
cb36b974eb
|
@ -31,7 +31,6 @@ sapi_library(
|
|||
lib = "@net_zlib//:zlib",
|
||||
lib_name = "Zlib",
|
||||
namespace = "sapi::zlib",
|
||||
deps = [],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
|
|
|
@ -14,11 +14,9 @@
|
|||
|
||||
# Description: sandbox2 is a C++ sandbox technology for Linux.
|
||||
|
||||
package(
|
||||
default_visibility = [
|
||||
"//sandboxed_api:__subpackages__",
|
||||
],
|
||||
)
|
||||
package(default_visibility = [
|
||||
"//sandboxed_api:__subpackages__",
|
||||
])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
|
|
|
@ -81,9 +81,7 @@ cc_library(
|
|||
name = "file_base",
|
||||
srcs = ["path.cc"],
|
||||
hdrs = ["path.h"],
|
||||
deps = [
|
||||
"@com_google_absl//absl/strings",
|
||||
],
|
||||
deps = ["@com_google_absl//absl/strings"],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
"""Tests for google3.third_party.sandboxed_api.tools.generator2.code."""
|
||||
"""Tests for code."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
|
|
Loading…
Reference in New Issue
Block a user