| Index: native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/nacl_io/example.dsc b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
|
| similarity index 90%
|
| rename from native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| rename to native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
|
| index 0f284fc017fd7e301a4402cf0d2f836de5dbf9b3..388248cae91897e896b24b3aa6bc88d4b13674cb 100644
|
| --- a/native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
| +++ b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
|
| @@ -2,7 +2,7 @@
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'],
|
| 'TARGETS': [
|
| {
|
| - 'NAME' : 'nacl_io',
|
| + 'NAME' : 'nacl_io_demo',
|
| 'TYPE' : 'main',
|
| 'SOURCES' : [
|
| 'handlers.c',
|
| @@ -20,7 +20,7 @@
|
| 'example.js'
|
| ],
|
| 'DEST': 'examples/demo',
|
| - 'NAME': 'nacl_io',
|
| + 'NAME': 'nacl_io_demo',
|
| 'TITLE': 'NaCl IO Demo',
|
| 'GROUP': 'Demo',
|
| 'PERMISSIONS': [
|
|
|