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

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

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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' : 'mouselock', 5 'NAME' : 'mouselock',
6 'TYPE' : 'main', 6 'TYPE' : 'main',
7 'SOURCES' : ['mouselock.cc', 'mouselock.h'], 7 'SOURCES' : ['mouselock.cc', 'mouselock.h'],
8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread'] 8 'LIBS': ['ppapi_cpp', 'ppapi', 'pthread']
9 } 9 }
10 ], 10 ],
11 'DEST': 'examples', 11 'DEST': 'examples',
12 'NAME': 'mouselock', 12 'NAME': 'mouselock',
13 'TITLE': 'Mouse Lock', 13 'TITLE': 'Mouse Lock',
14 'DESC': """
15 The Mouselock example demonstrates how to use the MouseLock API to hide
16 the mouse cursor. Mouse lock is only available in full-screen mode. You can
17 lock and unlock the mouse while in full-screen mode by pressing the Enter key.
18 """,
19 'FOCUS': 'Mouse lock, Full-screen.',
20 'GROUP': 'Concepts' 14 'GROUP': 'Concepts'
21 } 15 }
22 16
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/load_progress/index.html ('k') | native_client_sdk/src/examples/mouselock/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698