From 94a754146fb7dcd5667bd69d1be9b5642c743c64 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 19 Nov 2015 14:04:53 -0800 Subject: [PATCH] Added to build.yaml the list of headers and JS source files for the Node library --- build.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build.yaml b/build.yaml index c40a6bb7b46..0436308a263 100644 --- a/build.yaml +++ b/build.yaml @@ -2228,6 +2228,23 @@ node_modules: - deps: - grpc - gpr + headers: + - src/node/ext/byte_buffer.h + - src/node/ext/call.h + - src/node/ext/call_credentials.h + - src/node/ext/channel.h + - src/node/ext/channel_credentials.h + - src/node/ext/completion_queue_async_worker.h + - src/node/ext/server.h + - src/node/ext/server_credentials.h + - src/node/ext/timeval.h + js: + - src/node/index.js + - src/node/src/client.js + - src/node/src/common.js + - src/node/src/credentials.js + - src/node/src/metadata.js + - src/node/src/server.js name: grpc_node src: - src/node/ext/byte_buffer.cc