aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-30 22:01:33 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-30 22:01:33 -0700
commitd1b6152f886e17ffb29e997fbd0ff647322fa379 (patch)
treee4441193305cc085baa92c1be08366d595613b66 /BUILD
parentfe1478f19e0bf8d7f26ecd3f3b02b25b2fbd86d0 (diff)
parent8c0d6b37a115fa20d2abded045cdabe29e87f59e (diff)
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index bc2136dabe..318959333e 100644
--- a/BUILD
+++ b/BUILD
@@ -386,7 +386,9 @@ cc_library(
"src/core/transport/transport_op_string.c",
"src/core/census/context.c",
"src/core/census/initialize.c",
+ "src/core/census/operation.c",
"src/core/census/record_stat.c",
+ "src/core/census/tracing.c",
],
hdrs = [
"include/grpc/grpc_security.h",
@@ -634,7 +636,9 @@ cc_library(
"src/core/transport/transport_op_string.c",
"src/core/census/context.c",
"src/core/census/initialize.c",
+ "src/core/census/operation.c",
"src/core/census/record_stat.c",
+ "src/core/census/tracing.c",
],
hdrs = [
"include/grpc/byte_buffer.h",
@@ -1146,7 +1150,9 @@ objc_library(
"src/core/transport/transport_op_string.c",
"src/core/census/context.c",
"src/core/census/initialize.c",
+ "src/core/census/operation.c",
"src/core/census/record_stat.c",
+ "src/core/census/tracing.c",
],
hdrs = [
"include/grpc/grpc_security.h",