aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-02-19 14:54:48 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-02-19 14:54:48 -0800
commit9f3955c9532dcf7f01cbee38f12c354110d46e73 (patch)
treee34ca315a29ac720d3f35ad8dc0e724f1519bb96 /build.yaml
parentaee7cf1d32a6d08396deec2534447f163605b3f7 (diff)
Fixed language category for grpc_codegen_lib
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml32
1 files changed, 16 insertions, 16 deletions
diff --git a/build.yaml b/build.yaml
index 68c9b89040..bd84ff35f3 100644
--- a/build.yaml
+++ b/build.yaml
@@ -547,6 +547,22 @@ libs:
- grpc.dependencies.openssl
- grpc.dependencies.zlib
vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
+- name: grpc_codegen_lib
+ build: private
+ language: c
+ public_headers:
+ - include/grpc/impl/codegen/byte_buffer.h
+ - include/grpc/impl/codegen/compression_types.h
+ - include/grpc/impl/codegen/connectivity_state.h
+ - include/grpc/impl/codegen/grpc_types.h
+ - include/grpc/impl/codegen/propagation_bits.h
+ - include/grpc/impl/codegen/status.h
+ headers: []
+ src: []
+ filegroups:
+ - gpr_codegen
+ secure: false
+ vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
- name: grpc_test_util
build: private
language: c
@@ -745,22 +761,6 @@ libs:
- grpc++_base
secure: false
vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
-- name: grpc_codegen_lib
- build: private
- language: c++
- public_headers:
- - include/grpc/impl/codegen/byte_buffer.h
- - include/grpc/impl/codegen/compression_types.h
- - include/grpc/impl/codegen/connectivity_state.h
- - include/grpc/impl/codegen/grpc_types.h
- - include/grpc/impl/codegen/propagation_bits.h
- - include/grpc/impl/codegen/status.h
- headers: []
- src: []
- filegroups:
- - gpr_codegen
- secure: false
- vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
- name: grpc_plugin_support
build: protoc
language: c++