Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: native_client_sdk/src/examples/demo/life/example.dsc

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
}
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/demo/life/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698