| Index: native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc
|
| diff --git a/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc b/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a891f9886e256950611f255792c44fe3d0948457
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc
|
| @@ -0,0 +1,26 @@
|
| +{
|
| + 'TOOLS': ['pnacl'],
|
| + 'TARGETS': [
|
| + {
|
| + 'NAME' : 'googledrivefs_demo',
|
| + 'TYPE' : 'main',
|
| + 'SOURCES' : [
|
| + 'handlers.cc',
|
| + 'handlers.h',
|
| + 'googledrivefs_demo.cc',
|
| + 'googledrivefs_demo.h',
|
| + 'queue.cc',
|
| + 'queue.h',
|
| + ],
|
| + 'DEPS': ['nacl_io'],
|
| + 'LIBS': ['nacl_io', 'jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
|
| + }
|
| + ],
|
| + 'DATA': [
|
| + 'example.js'
|
| + ],
|
| + 'DEST': 'examples/demo',
|
| + 'NAME': 'googledrivefs_demo',
|
| + 'TITLE': 'GoogleDriveFs Demo',
|
| + 'GROUP': 'Demo'
|
| +}
|
|
|