- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / demo / drive / example.dsc
1 {
2   'TOOLS': ['newlib', 'glibc', 'pnacl'],
3   'TARGETS': [
4     {
5       'NAME' : 'drive',
6       'TYPE' : 'main',
7       'SOURCES' : ['drive.cc'],
8       'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
9     }
10   ],
11   'DATA': [
12     'example.js',
13   ],
14   'DEST': 'examples/demo',
15   'NAME': 'drive',
16   'TITLE': 'Google Drive',
17   'GROUP': 'Demo',
18   'PERMISSIONS': [
19     'identity',
20     'https://www.googleapis.com/*/drive/*',
21     'https://*.googleusercontent.com/*'
22   ]
23 }