repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
ae1b810607727d37097a0e6e84377e16b0e818ef
1
{
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
]
20
}
21