aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-20 10:31:12 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-20 10:31:12 -0700
commit9d25e946828592d1e2a8fc51daa685995c771dd2 (patch)
tree5a2ff0898dbececd68defba3799146a003fb1bce /build.json
parentacd095006f0ec7254223834043e7d8e1b592ef8c (diff)
parentcd329560d33ede65256a926a82279311dcc9b15e (diff)
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Diffstat (limited to 'build.json')
-rw-r--r--build.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.json b/build.json
index 02edf40785..3625550ba9 100644
--- a/build.json
+++ b/build.json
@@ -115,6 +115,7 @@
"src/core/channel/channel_args.h",
"src/core/channel/channel_stack.h",
"src/core/channel/client_channel.h",
+ "src/core/channel/compress_filter.h",
"src/core/channel/connected_channel.h",
"src/core/channel/context.h",
"src/core/channel/http_client_filter.h",
@@ -211,6 +212,7 @@
"src/core/channel/channel_args.c",
"src/core/channel/channel_stack.c",
"src/core/channel/client_channel.c",
+ "src/core/channel/compress_filter.c",
"src/core/channel/connected_channel.c",
"src/core/channel/http_client_filter.c",
"src/core/channel/http_server_filter.c",
@@ -323,6 +325,7 @@
"headers": [
"test/core/end2end/cq_verifier.h",
"test/core/iomgr/endpoint_tests.h",
+ "test/core/security/oauth2_utils.h",
"test/core/util/grpc_profiler.h",
"test/core/util/parse_hexstring.h",
"test/core/util/port.h",
@@ -331,6 +334,7 @@
"src": [
"test/core/end2end/cq_verifier.c",
"test/core/iomgr/endpoint_tests.c",
+ "test/core/security/oauth2_utils.c",
"test/core/util/grpc_profiler.c",
"test/core/util/parse_hexstring.c",
"test/core/util/port_posix.c",