Chromium Code Reviews| Index: native_client_sdk/src/libraries/nacl_io/library.dsc |
| diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc |
| index ab91ed06eca5836a3068fa78d2af7fc5974076aa..410201380fcc335ee692605f899f26e1a4e2e9f6 100644 |
| --- a/native_client_sdk/src/libraries/nacl_io/library.dsc |
| +++ b/native_client_sdk/src/libraries/nacl_io/library.dsc |
| @@ -33,8 +33,12 @@ |
| "mount_node_html5fs.cc", |
| "mount_node_http.cc", |
| "mount_node_mem.cc", |
| + "mount_node_socket.cc", |
| + "mount_node_tcp.cc", |
| "mount_node_tty.cc", |
| + "mount_node_udp.cc", |
| "mount_passthrough.cc", |
| + "mount_socket.cc", |
| "nacl_io.cc", |
| "path.cc", |
| "pepper_interface.cc", |
| @@ -124,8 +128,12 @@ |
| "mount_node_html5fs.h", |
| "mount_node_http.h", |
| "mount_node_mem.h", |
| + "mount_node_socket.h", |
| + "mount_node_tcp.h", |
| "mount_node_tty.h", |
| + "mount_node_udp.h", |
| "mount_passthrough.h", |
| + "mount_socket.h", |
| "nacl_io.h", |
| "osdirent.h", |
| "osinttypes.h", |