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
/
earth
/
example.dsc
blob
79bde6f4de14483c26e40765398e707b2511fbb4
1
{
2
'TOOLS': ['newlib', 'glibc', 'pnacl'],
3
'TARGETS': [
4
{
5
'NAME' : 'earth',
6
'TYPE' : 'main',
7
'SOURCES' : [
8
'earth.cc'
9
],
10
'LIBS': ['ppapi_simple_cpp', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
11
}
12
],
13
'DATA': [
14
'earth.jpg',
15
'earthnight.jpg',
16
'example.js',
17
],
18
'DEST': 'examples/demo',
19
'NAME': 'earth',
20
'TITLE': 'Multi-Threaded Earth Demo',
21
'GROUP': 'Demo'
22
}