aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 90f74c5407..96f4066c01 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -31,6 +31,8 @@ cc_library(
"//src:windows": [
"//src/main/cpp/util:errors",
"//src/main/cpp/util:file",
+ "//src/main/cpp/util:logging",
+ "//src/main/cpp/util:strings",
],
"//conditions:default": [
],
@@ -58,6 +60,7 @@ cc_library(
deps = [
"//src/main/cpp/util:errors",
"//src/main/cpp/util:file",
+ "//src/main/cpp/util:logging",
],
)