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

Unified Diff: examples/build.scons

Issue 8510041: Add a mouselock example. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_tools/installer_contents.py ('k') | examples/index_staging.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/build.scons
===================================================================
--- examples/build.scons (revision 1358)
+++ examples/build.scons (working copy)
@@ -38,6 +38,7 @@
* hello_world_c Build the hello_world_c example.
* input_events Build the input_events example.
* load_progress Build the load_progress example.
+ * mouselock Build the mouselock example.
* multithreaded_input_events Build the multithreaded input_events example.
* pi_generator Build the pi_generator example.
* pong Build the pong example.
@@ -51,6 +52,7 @@
'hello_world_c/build.scons',
'input_events/build.scons',
'load_progress/build.scons',
+ 'mouselock/build.scons',
'multithreaded_input_events/build.scons',
'pi_generator/build.scons',
'pong/build.scons',
« no previous file with comments | « build_tools/installer_contents.py ('k') | examples/index_staging.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698