aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-09-21 15:49:55 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-02 16:26:53 -0700
commit1c9b584a153ff592c92b6cf6baa620d8602a37cd (patch)
treed0b37f8e7536144d2f8549d48901e732093e81e6 /binding.gyp
parent53a47f09e2fe9755608eac9308a90d232fb1551f (diff)
Changes for C to C++. Adding extern C to header files for compatibility.
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp
index b4f9038210..476e6fd3c4 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -916,7 +916,7 @@
'src/core/ext/filters/message_size/message_size_filter.c',
'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c',
'src/core/ext/filters/workarounds/workaround_utils.c',
- 'src/core/plugin_registry/grpc_plugin_registry.c',
+ 'src/core/plugin_registry/grpc_plugin_registry.cc',
],
'conditions': [
['OS == "mac"', {