| 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',
|
| -}
|
|
|