aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/benchmark
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-10 17:25:34 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-10 18:19:32 +0000
commit350a4166a8122d912773d9e93ea089f66b870ff5 (patch)
treefd8372fdfd73ffe49471610ab033902583939677 /src/tools/benchmark
parent5490757be5e527df82eee5094a0f59c86a5de766 (diff)
Switch from protobuf_clib to protobuf, and protobuf-util to protobuf_java_util.
The latter are the names in the upstream protobuf repo. -- PiperOrigin-RevId: 147163206 MOS_MIGRATED_REVID=147163206
Diffstat (limited to 'src/tools/benchmark')
-rw-r--r--src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD b/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
index 9db23dc89b..d7e36607ac 100644
--- a/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
+++ b/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
@@ -19,8 +19,8 @@ java_binary(
"//src/tools/benchmark/java/com/google/devtools/build/benchmark/codegenerator:codegenerator_lib",
"//third_party:auto_value",
"//third_party:guava",
- "//third_party/protobuf:protobuf-util",
"//third_party/protobuf:protobuf_java",
+ "//third_party/protobuf:protobuf_java_util",
],
)
@@ -36,8 +36,8 @@ java_library(
"//src/tools/benchmark/java/com/google/devtools/build/benchmark/codegenerator:codegenerator_lib",
"//third_party:auto_value",
"//third_party:guava",
- "//third_party/protobuf:protobuf-util",
"//third_party/protobuf:protobuf_java",
+ "//third_party/protobuf:protobuf_java_util",
],
)