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

Unified Diff: native_client_sdk/src/libraries/nacl_io/Makefile

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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/Makefile
diff --git a/native_client_sdk/src/libraries/nacl_mounts/Makefile b/native_client_sdk/src/libraries/nacl_io/Makefile
similarity index 94%
rename from native_client_sdk/src/libraries/nacl_mounts/Makefile
rename to native_client_sdk/src/libraries/nacl_io/Makefile
index 6c9714e0db61bc23caa8b648bfbaaf61a29cb5ea..e8c9bc92991f792f4217935c5931ceed635414e8 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/Makefile
+++ b/native_client_sdk/src/libraries/nacl_io/Makefile
@@ -35,7 +35,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk
# The base name of the final library, also the name of the NMF file containing
# the mapping between architecture and actual NEXE.
#
-TARGET=nacl_mounts
+TARGET=nacl_io
#
# List of sources to compile
@@ -44,7 +44,7 @@ SOURCES:=kernel_handle.cc kernel_intercept.cc kernel_object.cc kernel_proxy.cc
SOURCES+=kernel_wrap_glibc.cc kernel_wrap_newlib.cc kernel_wrap_win.cc
SOURCES+=mount.cc mount_dev.cc mount_html5fs.cc mount_http.cc mount_mem.cc
SOURCES+=mount_node.cc mount_node_dir.cc mount_node_html5fs.cc mount_node_mem.cc
-SOURCES+=nacl_mounts.cc path.cc pepper_interface.cc real_pepper_interface.cc
+SOURCES+=nacl_io.cc path.cc pepper_interface.cc real_pepper_interface.cc
#
# Use the compile macro for each source.
« no previous file with comments | « native_client_sdk/src/examples/hello_world_stdio/index.html ('k') | native_client_sdk/src/libraries/nacl_io/inode_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698