Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / native_client_sdk / src / examples / api / file_io / example.dsc
blobae1b810607727d37097a0e6e84377e16b0e818ef
2   'TARGETS': [
3     {
4       'NAME' : 'file_io',
5       'TYPE' : 'main',
6       'SOURCES' : ['file_io.cc'],
7       'LIBS' : ['ppapi_cpp', 'ppapi', 'pthread']
8     }
9   ],
10   'DATA': [
11     'example.js',
12   ],
13   'DEST': 'examples/api',
14   'NAME': 'file_io',
15   'TITLE': 'File I/O',
16   'GROUP': 'API',
17   'PERMISSIONS': [
18     'unlimitedStorage'
19   ]