Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 414993002: [NaCl SDK] nacl_io: Remove duplication between passthroughfs and devfs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698