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

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

Issue 10815039: Make use of -lppapi explicit to allow for correct library order. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [ 3 'TARGETS': [
4 { 4 {
5 'NAME' : 'gamepad', 5 'NAME' : 'gamepad',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['gamepad.cc', 'gamepad_module.cc', 'gamepad.h'], 7 'SOURCES' : ['gamepad.cc', 'gamepad_module.cc', 'gamepad.h'],
8 'LIBS': ['ppapi_cpp'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DEST': 'examples', 11 'DEST': 'examples',
12 'NAME': 'gamepad', 12 'NAME': 'gamepad',
13 'TITLE': 'Gamepad Example.', 13 'TITLE': 'Gamepad Example.',
14 'DESC': """ 14 'DESC': """
15 Attached gamepad values should appear, left to right, once they've been 15 Attached gamepad values should appear, left to right, once they've been
16 interacted with. Buttons, esp triggers are analog. 16 interacted with. Buttons, esp triggers are analog.
17 """, 17 """,
18 'INFO': 'Gamepad interface.' 18 'INFO': 'Gamepad interface.'
19 } 19 }
20 20
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/fullscreen_tumbler/example.dsc ('k') | native_client_sdk/src/examples/geturl/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698