diff options
author | Alistair Veitch <aveitch@google.com> | 2016-01-12 17:36:05 -0800 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-01-12 17:36:05 -0800 |
commit | bb30d2591fc52c5bacc309c107077d92d5afc70a (patch) | |
tree | 5f039b625be215d2e6aca86bdad0832f15386d88 /BUILD | |
parent | 38b6eeeb4eccf162f2ff0c288043cc89b6498644 (diff) |
initial commit
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -268,6 +268,7 @@ cc_library( "src/core/census/aggregation.h", "src/core/census/context.h", "src/core/census/rpc_metric_id.h", + "src/core/census/tag_set.h", "src/core/httpcli/httpcli_security_connector.c", "src/core/security/base64.c", "src/core/security/client_auth_filter.c", @@ -417,6 +418,7 @@ cc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/operation.c", + "src/core/census/tag_set.c", "src/core/census/tracing.c", ], hdrs = [ @@ -559,6 +561,7 @@ cc_library( "src/core/census/aggregation.h", "src/core/census/context.h", "src/core/census/rpc_metric_id.h", + "src/core/census/tag_set.h", "src/core/surface/init_unsecure.c", "src/core/census/grpc_context.c", "src/core/census/grpc_filter.c", @@ -688,6 +691,7 @@ cc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/operation.c", + "src/core/census/tag_set.c", "src/core/census/tracing.c", ], hdrs = [ @@ -1222,6 +1226,7 @@ objc_library( "src/core/census/context.c", "src/core/census/initialize.c", "src/core/census/operation.c", + "src/core/census/tag_set.c", "src/core/census/tracing.c", ], hdrs = [ @@ -1362,6 +1367,7 @@ objc_library( "src/core/census/aggregation.h", "src/core/census/context.h", "src/core/census/rpc_metric_id.h", + "src/core/census/tag_set.h", ], includes = [ "include", |