aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2015-08-31 08:39:47 -0700
committerGravatar Alistair Veitch <aveitch@google.com>2015-08-31 08:39:47 -0700
commitc47621fbef4854354e3ed201181476bd4d886a53 (patch)
treee261d35595d439d60d39f3ced89f0bf51868fe0f /BUILD
parenta24148ea383fbb508e4f8ca76837560322d87b8b (diff)
parent2641c045a32cd519df5aae8b7419fe4d1c7c127a (diff)
merge
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e399daa38f..d09a56f4ef 100644
--- a/BUILD
+++ b/BUILD
@@ -386,6 +386,8 @@ 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/tracing.c",
],
hdrs = [
"include/grpc/grpc_security.h",
@@ -633,6 +635,8 @@ 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/tracing.c",
],
hdrs = [
"include/grpc/byte_buffer.h",
@@ -1142,6 +1146,8 @@ 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/tracing.c",
],
hdrs = [
"include/grpc/grpc_security.h",