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

Side by Side Diff: native_client_sdk/src/examples/geturl/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', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'geturl', 5 'NAME' : 'geturl',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'], 7 'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': [ 11 'DATA': [
12 'example.js', 12 'example.js',
13 'geturl_success.html', 13 'geturl_success.html',
14 ], 14 ],
15 'DEST': 'examples', 15 'DEST': 'examples',
16 'NAME': 'geturl', 16 'NAME': 'geturl',
17 'TITLE': 'Get URL', 17 'TITLE': 'Get URL',
18 'DESC': """
19 The Get URL example demonstrates fetching an URL and then displaying
20 its contents. Clicking the GetURL button will cause a geturl_success.html
21 file to get loaded asynchronously, then displayed in a text box when the
22 load completes.""",
23 'FOCUS': 'URL loading.',
24 'GROUP': 'API' 18 'GROUP': 'API'
25 } 19 }
26 20
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/gamepad/index.html ('k') | native_client_sdk/src/examples/geturl/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698