Skip to content

Commit

Permalink
Added to build.yaml the list of headers and JS source files for the N…
Browse files Browse the repository at this point in the history
…ode library
  • Loading branch information
murgatroid99 committed Nov 19, 2015
1 parent 6d80632 commit 94a7541
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94a7541

Please sign in to comment.