| Index: native_client_sdk/src/examples/demo/life/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/voronoi/example.dsc b/native_client_sdk/src/examples/demo/life/example.dsc
|
| similarity index 53%
|
| copy from native_client_sdk/src/examples/demo/voronoi/example.dsc
|
| copy to native_client_sdk/src/examples/demo/life/example.dsc
|
| index 810d4f93f021845547a0a576d9b4cbca362e59ef..215cfa8e8b240611a093ababde93c175d989c8cd 100644
|
| --- a/native_client_sdk/src/examples/demo/voronoi/example.dsc
|
| +++ b/native_client_sdk/src/examples/demo/life/example.dsc
|
| @@ -2,22 +2,17 @@
|
| 'TOOLS': ['newlib', 'glibc', 'pnacl'],
|
| 'TARGETS': [
|
| {
|
| - 'NAME' : 'voronoi',
|
| + 'NAME' : 'life',
|
| 'TYPE' : 'main',
|
| 'SOURCES' : [
|
| - 'voronoi.cc',
|
| - 'threadpool.cc',
|
| - 'threadpool.h'
|
| + 'life.c',
|
| ],
|
| -
|
| + 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
|
| }
|
| ],
|
| - 'DATA': [
|
| - 'example.js',
|
| - ],
|
| 'DEST': 'examples/demo',
|
| - 'NAME': 'voronoi',
|
| - 'TITLE': 'Multi-Threaded Voronoi Demo',
|
| + 'NAME': 'life',
|
| + 'TITLE': "Conway's Life",
|
| 'GROUP': 'Demo'
|
| }
|
|
|