Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Side by Side Diff: native_client_sdk/src/examples/debugging/example.dsc

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'TOOLS': ['newlib'], 2 'TOOLS': ['newlib'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '..', 5 '..',
6 '../../tools', 6 '../../tools',
7 ], 7 ],
8 'TARGETS': [ 8 'TARGETS': [
9 { 9 {
10 'NAME' : 'debugging', 10 'NAME' : 'debugging',
(...skipping 19 matching lines...) Expand all
30 CHROME_ENV+=NACL_UNTRUSTED_EXCEPTION_HANDLING=1 30 CHROME_ENV+=NACL_UNTRUSTED_EXCEPTION_HANDLING=1
31 """, 31 """,
32 32
33 'DATA': [ 33 'DATA': [
34 'example.js', 34 'example.js',
35 'handler.py' 35 'handler.py'
36 ], 36 ],
37 'DEST': 'examples', 37 'DEST': 'examples',
38 'NAME': 'debugging', 38 'NAME': 'debugging',
39 'TITLE': 'Debugging', 39 'TITLE': 'Debugging',
40 'DESC': """
41 Debugging example shows how to use developer only features to enable
42 catching an exception, and then using that to create a stacktrace.""",
43 'FOCUS': 'Debugging, Stacktraces.',
44 'GROUP': 'Concepts' 40 'GROUP': 'Concepts'
45 } 41 }
46 42
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/common.js ('k') | native_client_sdk/src/examples/dlopen/dlopen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698