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

Unified 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 side-by-side diff with in-line comments
Download patch
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..3c3f09454d6358a13a6ea87861a0e44bb4a4a059
--- /dev/null
+++ b/native_client_sdk/src/examples/tutorial/filesystem_passing/example.dsc
@@ -0,0 +1,22 @@
+{
+ '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'
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698