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

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

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/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
similarity index 90%
rename from native_client_sdk/src/libraries/nacl_mounts/library.dsc
rename to native_client_sdk/src/libraries/nacl_io/library.dsc
index bf4e53fc6b4040f92cbace695b8ec0740a979b8f..6c7015ba6d0f735301ac42154f461427ef17869f 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -9,7 +9,7 @@
],
'TARGETS': [
{
- 'NAME' : 'nacl_mounts',
+ 'NAME' : 'nacl_io',
'TYPE' : 'lib',
'SOURCES' : [
"kernel_handle.cc",
@@ -28,7 +28,7 @@
"mount_node_dir.cc",
"mount_node_html5fs.cc",
"mount_node_mem.cc",
- "nacl_mounts.cc",
+ "nacl_io.cc",
"path.cc",
"pepper_interface.cc",
"real_pepper_interface.cc",
@@ -53,7 +53,7 @@
"mount_node.h",
"mount_node_html5fs.h",
"mount_node_mem.h",
- "nacl_mounts.h",
+ "nacl_io.h",
"osdirent.h",
"osinttypes.h",
"osstat.h",
@@ -62,7 +62,7 @@
"pepper_interface.h",
"real_pepper_interface.h",
],
- 'DEST': 'include/nacl_mounts',
+ 'DEST': 'include/nacl_io',
},
{
'FILES': [
@@ -70,7 +70,7 @@
"define_empty_macros.h",
"undef_macros.h",
],
- 'DEST': 'include/nacl_mounts/pepper',
+ 'DEST': 'include/nacl_io/pepper',
},
{
'FILES': [
@@ -85,5 +85,5 @@
'Makefile',
],
'DEST': 'src',
- 'NAME': 'nacl_mounts',
+ 'NAME': 'nacl_io',
}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc ('k') | native_client_sdk/src/libraries/nacl_io/mount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698