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

Side by Side Diff: native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc

Issue 306973002: [NaCl SDK] rename nacl_io demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
1 { 1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'bionic'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'nacl_io', 5 'NAME' : 'nacl_io_demo',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : [ 7 'SOURCES' : [
8 'handlers.c', 8 'handlers.c',
9 'handlers.h', 9 'handlers.h',
10 'nacl_io_demo.c', 10 'nacl_io_demo.c',
11 'nacl_io_demo.h', 11 'nacl_io_demo.h',
12 'queue.c', 12 'queue.c',
13 'queue.h', 13 'queue.h',
14 ], 14 ],
15 'DEPS': ['nacl_io'], 15 'DEPS': ['nacl_io'],
16 'LIBS': ['nacl_io', 'ppapi', 'pthread'] 16 'LIBS': ['nacl_io', 'ppapi', 'pthread']
17 } 17 }
18 ], 18 ],
19 'DATA': [ 19 'DATA': [
20 'example.js' 20 'example.js'
21 ], 21 ],
22 'DEST': 'examples/demo', 22 'DEST': 'examples/demo',
23 'NAME': 'nacl_io', 23 'NAME': 'nacl_io_demo',
24 'TITLE': 'NaCl IO Demo', 24 'TITLE': 'NaCl IO Demo',
25 'GROUP': 'Demo', 25 'GROUP': 'Demo',
26 'PERMISSIONS': [ 26 'PERMISSIONS': [
27 'unlimitedStorage' 27 'unlimitedStorage'
28 ], 28 ],
29 'SOCKET_PERMISSIONS': [ 29 'SOCKET_PERMISSIONS': [
30 'resolve-host' 30 'resolve-host'
31 ] 31 ]
32 } 32 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io/queue.c ('k') | native_client_sdk/src/examples/demo/nacl_io_demo/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698