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
/
demo
/
life_simd
/
example.dsc
blob
38def72870851db0770ababe6df2c17fb1108239
1
{
2
'TOOLS': ['pnacl'],
3
'TARGETS': [
4
{
5
'NAME' : 'life_simd',
6
'TYPE' : 'main',
7
'SOURCES' : [
8
'life.cc',
9
],
10
'DEPS': ['ppapi_simple', 'nacl_io'],
11
'LIBS': ['ppapi_simple_cpp', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
12
}
13
],
14
'DATA': [
15
'example.js'
16
],
17
'DEST': 'examples/demo',
18
'NAME': 'life_simd',
19
'TITLE': "Conway's Life (SIMD version)",
20
'GROUP': 'Demo'
21
}