aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-06 17:09:32 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-06 17:09:32 -0700
commitfe1f4aeb2376466095ffb668e1aee2029bc8629d (patch)
tree8b38bf5419057e6d241691dcdb9036933fc841bd /templates
parentf805d0c7b6a9a362d8ba503ffa88c0b3026f9cb1 (diff)
parentd941fd8786b7eb9c20a299b84d7a2a7c9228549d (diff)
Merge github.com:grpc/grpc into c++-is-people-too
Diffstat (limited to 'templates')
-rw-r--r--templates/test/core/surface/public_headers_must_be_c89.c.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/test/core/surface/public_headers_must_be_c89.c.template b/templates/test/core/surface/public_headers_must_be_c89.c.template
index f02ef9590d..d33ffda583 100644
--- a/templates/test/core/surface/public_headers_must_be_c89.c.template
+++ b/templates/test/core/surface/public_headers_must_be_c89.c.template
@@ -46,6 +46,7 @@
if lib.language != 'c': continue
for hdr in lib.get('public_headers', []):
if is_platform_header(hdr): continue
+ if 'grpc_cronet.h' in hdr: continue
assert(hdr[0:len(pfx)] == pfx)
hdrs.add(hdr[len(pfx):])
hdrs = sorted(list(hdrs))