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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
native_client_sdk
/
src
/
examples
/
tutorial
/
debugging
/
example.dsc
blob
480234f1da4def5420cdfc5162e39894be2af156
1
{
2
'DISABLE_PACKAGE': True, # Doesn't work in packaged apps yet.
3
'TOOLS': ['newlib'],
4
'TARGETS': [
5
{
6
'NAME' : 'debugging',
7
'TYPE' : 'main',
8
'SOURCES' : [
9
'debugging.c',
10
],
11
'CFLAGS': ['-fno-omit-frame-pointer'],
12
'DEPS' : ['error_handling'],
13
'LIBS' : ['error_handling', 'ppapi', 'pthread']
14
}
15
],
16
'DATA': [
17
'example.js',
18
],
19
'DEST': 'examples/tutorial',
20
'NAME': 'debugging',
21
'TITLE': 'Debugging',
22
'GROUP': 'Tutorial'
23
}
24