summaryrefslogtreecommitdiff
path: root/google/BUILD.gn
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:54:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-21 14:54:17 +0000
commit889379ab64353d0a529b9af76cb49fe1fe1c1129 (patch)
tree28fbe268bf51b1364ab6c0f0266a6f3c775fcf98 /google/BUILD.gn
parent6f4c43260c44f347a44ab240299150851a409d8f (diff)
parent3544c2604fc833c89a68e5fb4e563cf0a231cfb0 (diff)
downloadzlib-android-mainline-12.0.0_r43.tar.gz
Change-Id: Id1979972d2d59dad6de1dcbe5584eb7727f0614a
Diffstat (limited to 'google/BUILD.gn')
-rw-r--r--google/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/google/BUILD.gn b/google/BUILD.gn
index a628d2f..c29e892 100644
--- a/google/BUILD.gn
+++ b/google/BUILD.gn
@@ -28,10 +28,10 @@ if (build_with_chromium) {
"compression_utils.h",
]
deps = [
- ":compression_utils_portable",
"//base",
"//third_party/zlib",
]
+ public_deps = [ ":compression_utils_portable" ]
}
}
@@ -42,5 +42,5 @@ static_library("compression_utils_portable") {
"compression_utils_portable.cc",
"compression_utils_portable.h",
]
- deps = [ "//third_party/zlib" ]
+ public_deps = [ "//third_party/zlib" ]
}