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

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: Fix nits, rename 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/life/example.dsc b/native_client_sdk/src/examples/demo/life/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..215cfa8e8b240611a093ababde93c175d989c8cd
--- /dev/null
+++ b/native_client_sdk/src/examples/demo/life/example.dsc
@@ -0,0 +1,18 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'life',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'life.c',
+ ],
+ 'DEPS': ['ppapi_simple', 'nacl_io'],
+ 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DEST': 'examples/demo',
+ 'NAME': 'life',
+ 'TITLE': "Conway's Life",
+ 'GROUP': 'Demo'
+}

Powered by Google App Engine
This is Rietveld 408576698