aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-30 22:18:50 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-30 22:18:50 -0700
commit0d47192afa553c92c382cfa3c673f2233ff65793 (patch)
treee94dc2d386710b2d9c3c8f83b8190508de49826d /build.json
parentd1b6152f886e17ffb29e997fbd0ff647322fa379 (diff)
Fixing headers and paths after merge with upstream.
Diffstat (limited to 'build.json')
-rw-r--r--build.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.json b/build.json
index 7db50a9361..1e00771ee3 100644
--- a/build.json
+++ b/build.json
@@ -32,12 +32,10 @@
{
"name": "grpc++_base",
"public_headers": [
- "include/grpc++/auth_metadata_processor.h",
"include/grpc++/channel.h",
"include/grpc++/client_context.h",
"include/grpc++/completion_queue.h",
"include/grpc++/create_channel.h",
- "include/grpc++/credentials.h",
"include/grpc++/generic/async_generic_service.h",
"include/grpc++/generic/generic_stub.h",
"include/grpc++/impl/call.h",
@@ -54,13 +52,15 @@
"include/grpc++/impl/thd.h",
"include/grpc++/impl/thd_cxx11.h",
"include/grpc++/impl/thd_no_cxx11.h",
+ "include/grpc++/security/auth_context.h",
+ "include/grpc++/security/auth_metadata_processor.h",
+ "include/grpc++/security/credentials.h",
+ "include/grpc++/security/server_credentials.h",
"include/grpc++/server.h",
"include/grpc++/server_builder.h",
"include/grpc++/server_context.h",
- "include/grpc++/server_credentials.h",
"include/grpc++/support/async_stream.h",
"include/grpc++/support/async_unary_call.h",
- "include/grpc++/support/auth_context.h",
"include/grpc++/support/byte_buffer.h",
"include/grpc++/support/channel_arguments.h",
"include/grpc++/support/config.h",