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
Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
examples
/
demo
/
voronoi
/
example.dsc
blob
64aa998189c2fd1ffb78d6d3408104ead73f3938
1
{
2
'TOOLS': ['newlib', 'glibc', 'pnacl'],
3
'TARGETS': [
4
{
5
'NAME' : 'voronoi',
6
'TYPE' : 'main',
7
'SOURCES' : [
8
'voronoi.cc'
9
],
10
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': 'voronoi',
19
'TITLE': 'Multi-Threaded Voronoi Demo',
20
'GROUP': 'Demo'
21
}