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

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

Issue 10855162: add linux support for examples and libs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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'], 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': ['geturl_success.html'], 11 'DATA': ['geturl_success.html'],
12 'DEST': 'examples', 12 'DEST': 'examples',
13 'NAME': 'geturl', 13 'NAME': 'geturl',
14 'TITLE': 'Get URL', 14 'TITLE': 'Get URL',
15 'DESC': """ 15 'DESC': """
16 The Get URL example demonstrates fetching an URL and then displaying 16 The Get URL example demonstrates fetching an URL and then displaying
17 its contents. Clicking the GetURL button will cause a geturl_success.html 17 its contents. Clicking the GetURL button will cause a geturl_success.html
18 file to get loaded asynchronously, then displayed in a text box when the 18 file to get loaded asynchronously, then displayed in a text box when the
19 load completes.""", 19 load completes.""",
20 'INFO': 'Teaching focus: URL loading.' 20 'INFO': 'Teaching focus: URL loading.'
21 } 21 }
22 22
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/file_histogram/example.dsc ('k') | native_client_sdk/src/examples/hello_world/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698