aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-16 23:31:54 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-16 23:31:54 -0700
commitba233e7841fc1fd495d3d39420680643b20dc75d (patch)
treeab744a5472d90c727cf03d8ea64eb4aec8aee6a1
parent8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff)
Fix grpc.gyp wrt nanopb refactoring
-rw-r--r--grpc.gyp1
-rw-r--r--templates/grpc.gyp.template1
2 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 20e463ed9e..8edfcadf95 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -77,6 +77,7 @@
'.',
'../..',
'include',
+ '../../third_party/nanopb',
],
'defines': [
'GRPC_ARES=0',
diff --git a/templates/grpc.gyp.template b/templates/grpc.gyp.template
index 2ea0d06ebd..d71de9f441 100644
--- a/templates/grpc.gyp.template
+++ b/templates/grpc.gyp.template
@@ -70,6 +70,7 @@
'.',
'../..',
'include',
+ '../../third_party/nanopb',
],
'defines': [
'GRPC_ARES=0',