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
Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
examples
/
api
/
websocket
/
example.dsc
blob
e48a3f179be1a84682385aa77cc3580a04a34d08
1
{
2
'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
3
'TARGETS': [
4
{
5
'NAME' : 'websocket',
6
'TYPE' : 'main',
7
'SOURCES' : ['websocket.cc'],
8
'LIBS': ['ppapi_cpp', 'ppapi']
9
}
10
],
11
'DATA': [
12
'example.js',
13
],
14
'DEST': 'examples/api',
15
'NAME': 'websocket',
16
'TITLE': 'Websocket',
17
'GROUP': 'API'
18
}