| 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 d8630ddb135656b6d92e337e3f3a9c4827543148..a0f398b056afef2508091ae07bf2b4fd8a8290b8 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/library.dsc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
|
| @@ -48,6 +48,7 @@
|
| "nacl_io.cc",
|
| "node.cc",
|
| "passthroughfs/passthrough_fs.cc",
|
| + "passthroughfs/real_node.cc",
|
| "path.cc",
|
| "pepper_interface.cc",
|
| "pepper_interface_delegate.cc",
|
| @@ -213,6 +214,7 @@
|
| "osunistd.h",
|
| "osutime.h",
|
| "passthroughfs/passthrough_fs.h",
|
| + "passthroughfs/real_node.h",
|
| "path.h",
|
| "pepper_interface_delegate.h",
|
| "pepper_interface_dummy.h",
|
|
|