aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/def_parser/BUILD
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2017-11-15 10:50:14 +0100
committerGravatar Yun Peng <pcloudy@google.com>2017-12-18 10:54:17 +0100
commitf203db0644fd522e43a4b4ddfa410f95aef49ec3 (patch)
tree19fad59dd57ffc558d88699b1f77714ed656ef57 /third_party/def_parser/BUILD
parent3d7b730344ede83931f558b4268b4f9558f47e5c (diff)
Windows DefParser: Remove dependency on //src/main/cpp/util:file
Change-Id: Ifc4a00d5bfef974f82c06eebc9553edad7b8145e
Diffstat (limited to 'third_party/def_parser/BUILD')
-rw-r--r--third_party/def_parser/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/def_parser/BUILD b/third_party/def_parser/BUILD
index 47ac3e3472..2d28bbb3a3 100644
--- a/third_party/def_parser/BUILD
+++ b/third_party/def_parser/BUILD
@@ -4,9 +4,6 @@ cc_library(
name = "def_parser_lib",
srcs = ["def_parser.cc"],
hdrs = ["def_parser.h"],
- deps = [
- "//src/main/cpp/util:file",
- ],
)
cc_binary(