diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-07 08:02:16 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-07 08:02:16 -0700 |
commit | 03d8f2f5f3cca097a41e2bd41225f4f472991325 (patch) | |
tree | 718d957a3dc1344f45436fc234e52fe33b9d9d84 /tools/run_tests | |
parent | 74142a29e942432e17c6bf33e4d7e7d41d5e770f (diff) |
Remove *_codegen_lib
Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index a6e0fb64f2..a12f3659e9 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1906,7 +1906,7 @@ }, { "deps": [ - "grpc++_codegen_lib" + "grpc++_codegen" ], "headers": [ "src/proto/grpc/testing/control.grpc.pb.h", @@ -4014,19 +4014,6 @@ { "deps": [ "gpr", - "gpr_codegen", - "grpc_codegen" - ], - "headers": [], - "language": "c", - "name": "grpc_codegen_lib", - "src": [], - "third_party": false, - "type": "lib" - }, - { - "deps": [ - "gpr", "grpc" ], "headers": [], @@ -4198,21 +4185,6 @@ "type": "lib" }, { - "deps": [ - "gpr", - "gpr_codegen", - "grpc", - "grpc++_codegen", - "grpc_codegen" - ], - "headers": [], - "language": "c++", - "name": "grpc++_codegen_lib", - "src": [], - "third_party": false, - "type": "lib" - }, - { "deps": [], "headers": [ "test/cpp/util/test_config.h" @@ -4287,7 +4259,8 @@ { "deps": [ "gpr_codegen", - "grpc++_codegen_lib" + "grpc", + "grpc++_codegen" ], "headers": [ "include/grpc++/support/config.h", |