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

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

Issue 11882012: Convert all project to use common.mk (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 7 years, 11 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': ['geturl_success.html', 'example.js'], 11 'DATA': [
12 'Makefile',
13 'example.js',
14 'geturl_success.html',
15 ],
12 'DEST': 'examples', 16 'DEST': 'examples',
13 'NAME': 'geturl', 17 'NAME': 'geturl',
14 'TITLE': 'Get URL', 18 'TITLE': 'Get URL',
15 'DESC': """ 19 'DESC': """
16 The Get URL example demonstrates fetching an URL and then displaying 20 The Get URL example demonstrates fetching an URL and then displaying
17 its contents. Clicking the GetURL button will cause a geturl_success.html 21 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 22 file to get loaded asynchronously, then displayed in a text box when the
19 load completes.""", 23 load completes.""",
20 'FOCUS': 'URL loading.', 24 'FOCUS': 'URL loading.',
21 'GROUP': 'API' 25 'GROUP': 'API'
22 } 26 }
23 27
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/geturl/Makefile ('k') | native_client_sdk/src/examples/hello_nacl_mounts/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698