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

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/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_mounts/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_mounts/library.dsc b/native_client_sdk/src/libraries/nacl_mounts/library.dsc
deleted file mode 100644
index bf4e53fc6b4040f92cbace695b8ec0740a979b8f..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/libraries/nacl_mounts/library.dsc
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- # Disabled pnacl for now because it warns on using the language extension
- # typeof(...)
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
- 'SEARCH': [
- '.',
- 'pepper',
- '../utils'
- ],
- 'TARGETS': [
- {
- 'NAME' : 'nacl_mounts',
- 'TYPE' : 'lib',
- 'SOURCES' : [
- "kernel_handle.cc",
- "kernel_intercept.cc",
- "kernel_object.cc",
- "kernel_proxy.cc",
- "kernel_wrap_glibc.cc",
- "kernel_wrap_newlib.cc",
- "kernel_wrap_win.cc",
- "mount.cc",
- "mount_dev.cc",
- "mount_html5fs.cc",
- "mount_http.cc",
- "mount_mem.cc",
- "mount_node.cc",
- "mount_node_dir.cc",
- "mount_node_html5fs.cc",
- "mount_node_mem.cc",
- "nacl_mounts.cc",
- "path.cc",
- "pepper_interface.cc",
- "real_pepper_interface.cc",
- ],
- }
- ],
- 'HEADERS': [
- {
- 'FILES': [
- "inode_pool.h",
- "kernel_handle.h",
- "kernel_intercept.h",
- "kernel_object.h",
- "kernel_proxy.h",
- "kernel_wrap.h",
- "mount.h",
- "mount_dev.h",
- "mount_html5fs.h",
- "mount_http.h",
- "mount_mem.h",
- "mount_node_dir.h",
- "mount_node.h",
- "mount_node_html5fs.h",
- "mount_node_mem.h",
- "nacl_mounts.h",
- "osdirent.h",
- "osinttypes.h",
- "osstat.h",
- "ostypes.h",
- "path.h",
- "pepper_interface.h",
- "real_pepper_interface.h",
- ],
- 'DEST': 'include/nacl_mounts',
- },
- {
- 'FILES': [
- "all_interfaces.h",
- "define_empty_macros.h",
- "undef_macros.h",
- ],
- 'DEST': 'include/nacl_mounts/pepper',
- },
- {
- 'FILES': [
- "auto_lock.h",
- "macros.h",
- "ref_object.h"
- ],
- 'DEST': 'include/utils',
- }
- ],
- 'DATA': [
- 'Makefile',
- ],
- 'DEST': 'src',
- 'NAME': 'nacl_mounts',
-}
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/kernel_wrap_win.cc ('k') | native_client_sdk/src/libraries/nacl_mounts/mount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698