aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-06 22:58:58 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-03-06 23:54:18 +0100
commit061690d4975601eb4cdab5460e053aa0f697722d (patch)
tree85faafc006a8eccf93bdcdc18d8d77c1e88788b4 /build.json
parentbea386b1c6e8f93cb8e6deb64f132dd1c99b09de (diff)
Don't merge OpenSSL into C++ upper layer libraries; only C.
Diffstat (limited to 'build.json')
-rw-r--r--build.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/build.json b/build.json
index d65e865ff9..c9500ebe1b 100644
--- a/build.json
+++ b/build.json
@@ -330,7 +330,7 @@
"src/core/support/time_posix.c",
"src/core/support/time_win32.c"
],
- "secure": false,
+ "secure": "no",
"vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
},
{
@@ -398,7 +398,7 @@
"filegroups": [
"grpc_base"
],
- "secure": true,
+ "secure": "yes",
"vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
},
{
@@ -438,7 +438,7 @@
"filegroups": [
"grpc_base"
],
- "secure": false,
+ "secure": "no",
"vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
},
{
@@ -457,7 +457,7 @@
"filegroups": [
"grpc++_base"
],
- "secure": true,
+ "secure": "check",
"vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
},
{
@@ -483,7 +483,7 @@
"filegroups": [
"grpc++_base"
],
- "secure": false
+ "secure": "no"
},
{
"name": "pubsub_client_lib",
@@ -1711,7 +1711,7 @@
"src/compiler/cpp_plugin.cc"
],
"deps": [],
- "secure": false
+ "secure": "no"
},
{
"name": "grpc_python_plugin",
@@ -1725,7 +1725,7 @@
"src/compiler/python_plugin.cc"
],
"deps": [],
- "secure": false
+ "secure": "no"
},
{
"name": "grpc_ruby_plugin",
@@ -1736,7 +1736,7 @@
"src/compiler/ruby_plugin.cc"
],
"deps": [],
- "secure": false
+ "secure": "no"
},
{
"name": "interop_client",