aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:33:52 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:34:46 +0100
commitcf37cb9f9eca32ebf9bb52b8a58b83924f081dbd (patch)
tree4eecb7eb1b60f0488647ae9722f3ed7b266c6e09 /BUILD
parent09ac0a46f4ba899bea09c7d4da8dc7c1540f9978 (diff)
parentfa132c2f560f6cb6ce42322f446f2d61205e88f6 (diff)
Merge branch 'census-placeholders' into make-ruby-installable
Conflicts: package.json tools/doxygen/Doxyfile.core.internal
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index a9051bc714..a15bcded5f 100644
--- a/BUILD
+++ b/BUILD
@@ -377,6 +377,7 @@ cc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
+ "src/core/census/placeholders.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],
@@ -753,6 +754,7 @@ cc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
+ "src/core/census/placeholders.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],
@@ -1399,6 +1401,7 @@ objc_library(
"src/core/census/context.c",
"src/core/census/initialize.c",
"src/core/census/operation.c",
+ "src/core/census/placeholders.c",
"src/core/census/tag_set.c",
"src/core/census/tracing.c",
],