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

Unified Diff: native_client_sdk/src/gonacl_appengine/README

Issue 62523003: [NaCl SDK AppEngine] Update demo binaries to buildbot-built versions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | native_client_sdk/src/gonacl_appengine/static/pnacl-demo-bullet/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/gonacl_appengine/README
diff --git a/native_client_sdk/src/gonacl_appengine/README b/native_client_sdk/src/gonacl_appengine/README
index 911ef15d6b9d244bccafd4b1fabc5ed95a0539a8..cddd458985cbd4284d397caad9d726fa2c8d8f72 100644
--- a/native_client_sdk/src/gonacl_appengine/README
+++ b/native_client_sdk/src/gonacl_appengine/README
@@ -57,11 +57,19 @@ To publish a new version:
4. Update the URLs to use this new revision in each demo's JavaScript files:
- * For ``earth``, this is found in ``/static/pnacl-demo-earth/example.js``, in
- the ``getDataURL`` function.
- * For ``bullet``, this is found in ``/static/pnacl-demo-bullet/main.js``, in
- the ``pageDidLoad`` function.
- * For ``lua``, this is found in ``/static/pnacl-demo-lua/lua.js``.
+ Please see the following table for the location of the revision number to
+ modify.
+
+ ========== ======================================== ===========
+ Demo File Function
+ ========== ======================================== ===========
+ bullet /static/pnacl-demo-bullet/main.js pageDidLoad
+ cube /static/pnacl-demo-cube/example.js getDataURL
+ earth /static/pnacl-demo-earth/example.js getDataURL
+ life /static/pnacl-demo-life/example.js getDataURL
+ lua /static/pnacl-demo-lua/lua.js
+ smoothlife /static/pnacl-demo-smoothlife/example.js getDataURL
+ voronoi /static/pnacl-demo-voronoi/example.js getDataURL
5. Land a CL with these changes.
« no previous file with comments | « no previous file | native_client_sdk/src/gonacl_appengine/static/pnacl-demo-bullet/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698