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

Unified Diff: examples/build.scons

Issue 7982038: Merge in r1190 (add pong). (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/branches/trout/src/
Patch Set: Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | examples/index.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 1191)
+++ examples/build.scons (working copy)
@@ -34,6 +34,7 @@
* hello_world_c Build the hello_world_c example.
* load_progress Build the load_progress example.
* pi_generator Build the pi_generator example.
+ * pong Build the pong example.
* sine_synth Build the sine_synth example.
* tumbler Build the tumbler example.
"""
@@ -43,6 +44,7 @@
'hello_world_c/build.scons',
'load_progress/build.scons',
'pi_generator/build.scons',
+ 'pong/build.scons',
'sine_synth/build.scons',
'tumbler/build.scons',
]
« no previous file with comments | « no previous file | examples/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698