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

Side by Side Diff: native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc

Issue 690403002: [NaCl SDK] Add filesystem passing example. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 1 month 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
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl'],
3 'TARGETS': [
4 {
5 'NAME' : 'filesystem_passing',
6 'TYPE' : 'main',
7 'SOURCES' : ['filesystem_passing.cc'],
8 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
9 }
10 ],
11 'DATA': [
12 'example.js',
13 ],
14 'DEST': 'examples/tutorial',
15 'NAME': 'filesystem_passing',
16 'TITLE': 'Filesystem Passing',
17 'GROUP': 'Tutorial',
18 'FILESYSTEM_PERMISSIONS': [
19 'write',
20 'directory'
21 ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698