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

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: Fix nits, rename Created 7 years, 6 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'],
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 'DEST': 'examples/demo',
15 'NAME': 'life',
16 'TITLE': "Conway's Life",
17 'GROUP': 'Demo'
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698