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

Side by Side Diff: native_client_sdk/src/examples/load_progress/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' : 'load_progress', 5 'NAME' : 'load_progress',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['load_progress.cc'], 7 'SOURCES' : ['load_progress.cc'],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DATA': ['check_browser.js'], 11 'DATA': ['check_browser.js'],
12 'DEST': 'examples', 12 'DEST': 'examples',
13 'NAME': 'load_progress', 13 'NAME': 'load_progress',
14 'TITLE': 'Load Progress', 14 'TITLE': 'Load Progress',
15 'DESC': """ 15 'DESC': """
16 The Load Progress example demonstrates how to listen for and handle 16 The Load Progress example demonstrates how to listen for and handle
17 events that occur while a NaCl module loads. This example listens for 17 events that occur while a NaCl module loads. This example listens for
18 different load event types and dispatches different events to their 18 different load event types and dispatches different events to their
19 respective handler. This example also checks for valid browser version and 19 respective handler. This example also checks for valid browser version and
20 shows how to calculate and display loading progress.""", 20 shows how to calculate and display loading progress.""",
21 'INFO': 'Progress event handling.' 21 'INFO': 'Progress event handling.'
22 } 22 }
23 23
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/input_events/example.dsc ('k') | native_client_sdk/src/examples/mouselock/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698