Index: native_client_sdk/src/examples/demo/nacl_io/example.dsc |
diff --git a/native_client_sdk/src/examples/demo/nacl_io/example.dsc b/native_client_sdk/src/examples/demo/nacl_io/example.dsc |
deleted file mode 100644 |
index 0f284fc017fd7e301a4402cf0d2f836de5dbf9b3..0000000000000000000000000000000000000000 |
--- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-{ |
- 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'], |
- 'TARGETS': [ |
- { |
- 'NAME' : 'nacl_io', |
- 'TYPE' : 'main', |
- 'SOURCES' : [ |
- 'handlers.c', |
- 'handlers.h', |
- 'nacl_io_demo.c', |
- 'nacl_io_demo.h', |
- 'queue.c', |
- 'queue.h', |
- ], |
- 'DEPS': ['nacl_io'], |
- 'LIBS': ['nacl_io', 'ppapi', 'pthread'] |
- } |
- ], |
- 'DATA': [ |
- 'example.js' |
- ], |
- 'DEST': 'examples/demo', |
- 'NAME': 'nacl_io', |
- 'TITLE': 'NaCl IO Demo', |
- 'GROUP': 'Demo', |
- 'PERMISSIONS': [ |
- 'unlimitedStorage' |
- ], |
- 'SOCKET_PERMISSIONS': [ |
- 'resolve-host' |
- ] |
-} |