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

Side by Side Diff: native_client_sdk/src/examples/api/url_loader/example.dsc

Issue 14607005: [NaCl SDK] Cleanup examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 7 years, 7 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' : 'url_loader',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['geturl.cc', 'geturl_handler.cc', 'geturl_handler.h'], 7 'SOURCES' : [
8 'url_loader.cc',
9 'url_loader_handler.cc',
10 'url_loader_handler.h'
11 ],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 12 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 13 }
10 ], 14 ],
11 'DATA': [ 15 'DATA': [
12 'example.js', 16 'example.js',
13 'geturl_success.html', 17 'url_loader_success.html',
14 ], 18 ],
15 'DEST': 'examples/api', 19 'DEST': 'examples/api',
16 'NAME': 'url_loader', 20 'NAME': 'url_loader',
17 'TITLE': 'URL Loader', 21 'TITLE': 'URL Loader',
18 'GROUP': 'API' 22 'GROUP': 'API'
19 } 23 }
20 24
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/mouse_lock/mouselock.cc ('k') | native_client_sdk/src/examples/api/url_loader/geturl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698