diff options
author | Alistair Veitch <aveitch@google.com> | 2015-07-26 15:29:00 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-07-26 15:29:00 -0700 |
commit | 0383d494c4fd0c97a113359348d5136b641c789f (patch) | |
tree | 97453944b877be0ea488f202be47bf2e2f3f26ad /BUILD | |
parent | b4cbc1e2f72b18da3c84130c5bf7b28e344fba8f (diff) |
version 1
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -383,6 +383,7 @@ cc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/record_stat.c", + "src/core/census/tracing.c", ], hdrs = [ "include/grpc/grpc_security.h", @@ -618,6 +619,7 @@ cc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/record_stat.c", + "src/core/census/tracing.c", ], hdrs = [ "include/grpc/byte_buffer.h", @@ -1101,6 +1103,7 @@ objc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/record_stat.c", + "src/core/census/tracing.c", ], hdrs = [ "include/grpc/grpc_security.h", |