diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-11 00:42:55 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-11 00:42:55 +0200 |
commit | 78f8ce33ca9965e64136c6446ec7debbd3850d03 (patch) | |
tree | 033db37fed4e015be9c2d135a2c44ae882da4999 /test/cpp | |
parent | e40877931ab3815895760f138ce04e805e750fae (diff) |
The json parser comes from protobuf.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/qps/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/BUILD b/test/cpp/qps/BUILD index de46847963..c6a1fd2fce 100644 --- a/test/cpp/qps/BUILD +++ b/test/cpp/qps/BUILD @@ -36,6 +36,7 @@ grpc_cc_library( srcs = ["parse_json.cc"], hdrs = ["parse_json.h"], deps = ["//:grpc++"], + external_deps = ["protobuf"], ) grpc_cc_library( |