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

Side by Side 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: Restore images 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
binji 2013/05/23 18:06:49 win, linux?
noelallen1 2013/05/23 22:01:24 I will enable on windows after testing.
3 'TARGETS': [
4 {
5 'NAME' : 'life',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'life.c',
9 ],
10 'DEPS': ['ppapi_simple', 'nacl_io'],
11 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
12 }
13 ],
14 'DATA': [
15 'example.js',
16 ],
17 'DEST': 'examples/demo',
18 'NAME': 'life',
19 'TITLE': "Conway's Life",
20 'GROUP': 'Demo'
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698