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

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

Issue 1269623004: [NaCl SDK] Remove support for bionic toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
OLDNEW
1 { 1 {
2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'bionic', 'linux', 'mac'], 2 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'nacl_io_demo', 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',
(...skipping 10 matching lines...) Expand all
23 'NAME': 'nacl_io_demo', 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/doc/sdk/download.rst ('k') | native_client_sdk/src/libraries/nacl_io/jsfs/js_fs_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698