Chromium Code Reviews| Index: native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc |
| diff --git a/native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc b/native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..edaf3c529fa62d8dfa3cf8dd328cacf219579812 |
| --- /dev/null |
| +++ b/native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc |
| @@ -0,0 +1,23 @@ |
| +{ |
| + 'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl'], |
| + 'TARGETS': [ |
| + { |
| + 'NAME' : 'filesystem_passing', |
| + 'TYPE' : 'main', |
| + 'SOURCES' : ['filesystem_passing.cc'], |
| + 'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread'] |
| + } |
| + ], |
| + 'DATA': [ |
| + 'example.js', |
| + ], |
| + 'DEST': 'examples/tutorial', |
| + 'NAME': 'filesystem_passing', |
| + 'TITLE': 'Filesystem Passing', |
| + 'GROUP': 'Tutorial', |
| + 'FILESYSTEM_PERMISSIONS': [ |
| + 'write', |
| + 'directory' |
| + ] |
| +} |
| + |
|
Sam Clegg
2014/11/03 21:05:06
remove trailing newline
binji
2014/11/03 21:18:41
Done.
|