aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2017-01-18 12:57:11 +0100
committerGravatar Yue Gan <yueg@google.com>2017-01-18 12:57:11 +0100
commitdc61484cb2a090c39b4a2f3768fcad1fef7a7265 (patch)
tree5fc37754a166c10900b9763df21651be442080ce /third_party/protobuf
parenta669557945cf610317307c770a76ed4c53a53f58 (diff)
Adds protobuf-util to third_party
Diffstat (limited to 'third_party/protobuf')
-rw-r--r--third_party/protobuf/3.0.0/BUILD8
-rw-r--r--third_party/protobuf/3.0.0/protobuf-java-util-3.0.0.jarbin0 -> 64530 bytes
-rw-r--r--third_party/protobuf/BUILD2
3 files changed, 10 insertions, 0 deletions
diff --git a/third_party/protobuf/3.0.0/BUILD b/third_party/protobuf/3.0.0/BUILD
index 5260df61c3..4fadeafa05 100644
--- a/third_party/protobuf/3.0.0/BUILD
+++ b/third_party/protobuf/3.0.0/BUILD
@@ -18,6 +18,14 @@ filegroup(
)
java_import(
+ name = "protobuf-util",
+ jars = ["protobuf-java-util-3.0.0.jar"],
+ exports = [
+ "//third_party:gson",
+ ],
+)
+
+java_import(
name = "protobuf",
jars = ["protobuf-java-3.0.0.jar"],
)
diff --git a/third_party/protobuf/3.0.0/protobuf-java-util-3.0.0.jar b/third_party/protobuf/3.0.0/protobuf-java-util-3.0.0.jar
new file mode 100644
index 0000000000..8136316640
--- /dev/null
+++ b/third_party/protobuf/3.0.0/protobuf-java-util-3.0.0.jar
Binary files differ
diff --git a/third_party/protobuf/BUILD b/third_party/protobuf/BUILD
index f6e1ea9fda..12560eb98e 100644
--- a/third_party/protobuf/BUILD
+++ b/third_party/protobuf/BUILD
@@ -20,6 +20,8 @@ proto_alias("protobuf", PROTOBUF_VERSION)
proto_alias("protobuf-jars", PROTOBUF_VERSION)
+proto_alias("protobuf-util", PROTOBUF_VERSION)
+
proto_alias("protobuf_python_srcs", PROTOBUF_VERSION)
proto_alias("protobuf_python", PROTOBUF_VERSION)