aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.json b/build.json
index 15d7385246..c8f7b6b2e9 100644
--- a/build.json
+++ b/build.json
@@ -289,7 +289,7 @@
"test/core/end2end/cq_verifier.c",
"test/core/endpoint/endpoint_tests.c",
"test/core/transport/transport_end2end_tests.c",
- "test/core/statistics/log_tests.c"
+ "test/core/statistics/census_log_tests.c"
]
},
{
@@ -372,6 +372,7 @@
"name": "cpp_plugin",
"build": "protoc",
"c++": true,
+ "secure": false,
"src": [
"src/compiler/cpp_plugin.cpp",
"src/compiler/cpp_generator.cpp"
@@ -386,6 +387,7 @@
"name": "ruby_plugin",
"build": "protoc",
"c++": true,
+ "secure": false,
"src": [
"src/compiler/ruby_plugin.cpp",
"src/compiler/ruby_generator.cpp"