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
Add more checks to investigate SupervisedUserPrefStore crash at startup.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
examples
/
api
/
graphics_3d
/
example.dsc
blob
a8985e3660aed03f3e394b8b43bf2ccafec998fa
1
{
2
'TARGETS': [
3
{
4
'NAME' : 'graphics_3d',
5
'TYPE' : 'main',
6
'SOURCES' : [
7
'graphics_3d.cc',
8
'matrix.cc',
9
'matrix.h',
10
'texture.cc',
11
],
12
'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
13
}
14
],
15
'DATA': [
16
'example.js'
17
],
18
'DEST': 'examples/api',
19
'NAME': 'graphics_3d',
20
'TITLE': 'Graphics 3D',
21
'GROUP': 'API'
22
}
23
24
25