Index: native_client_sdk/src/libraries/nacl_mounts_test/example.dsc |
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc b/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc |
deleted file mode 100644 |
index 5b9150e53c22e7d5a8ca20025880a0e8a11ae7bf..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/libraries/nacl_mounts_test/example.dsc |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-{ |
- # TODO(binji): pnacl doesn't build right now because gtest doesn't build yet. |
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'], |
- |
- # Need to add ../../examples for common.js |
- 'SEARCH': ['.', '../../examples'], |
- 'TARGETS': [ |
- { |
- 'NAME' : 'nacl_mounts_test', |
- 'TYPE' : 'main', |
- 'SOURCES' : [ |
- 'kernel_object_test.cc', |
- 'kernel_proxy_mock.cc', |
- 'kernel_proxy_mock.h', |
- 'kernel_proxy_test.cc', |
- 'kernel_wrap_test.cc', |
- 'module.cc', |
- 'mount_node_test.cc', |
- 'mount_html5fs_test.cc', |
- 'mount_http_test.cc', |
- 'mount_test.cc', |
- 'path_test.cc', |
- 'pepper_interface_mock.cc', |
- 'pepper_interface_mock.h', |
- ], |
- 'LIBS': ['ppapi', 'pthread', 'gtest', 'gmock', 'nacl_mounts', 'ppapi_cpp', 'gtest_ppapi'] |
- } |
- ], |
- 'DATA': [ |
- 'Makefile', |
- 'example.js' |
- ], |
- 'DEST': 'tests', |
- 'NAME': 'nacl_mounts_test', |
- 'TITLE': 'NaCl Mounts test', |
-} |