| Index: native_client_sdk/src/examples/demo/drive/example.dsc | 
| diff --git a/native_client_sdk/src/examples/demo/drive/example.dsc b/native_client_sdk/src/examples/demo/drive/example.dsc | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d88f6f6a5524d9e17ac24c0f039a179aecb02d3c | 
| --- /dev/null | 
| +++ b/native_client_sdk/src/examples/demo/drive/example.dsc | 
| @@ -0,0 +1,20 @@ | 
| +{ | 
| +  'TOOLS': ['newlib', 'glibc', 'pnacl'], | 
| +  'TARGETS': [ | 
| +    { | 
| +      'NAME' : 'drive', | 
| +      'TYPE' : 'main', | 
| +      'SOURCES' : ['drive.cc'], | 
| +      'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread'] | 
| +    } | 
| +  ], | 
| +  'DATA': [ | 
| +    'background.js', | 
| +    'example.js', | 
| +    'manifest.json', | 
| +  ], | 
| +  'DEST': 'examples/demo', | 
| +  'NAME': 'drive', | 
| +  'TITLE': 'Google Drive', | 
| +  'GROUP': 'Demo' | 
| +} | 
|  |