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

Unified Diff: native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js

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 | « native_client_sdk/src/gonacl_appengine/static/pnacl-demo-smoothlife/example.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js
diff --git a/native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js b/native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js
index ff8357184d2dec2e52f21528114867d6d55b41a5..c2cabeceab1b0659466ee3309ab5f356e682bf6d 100644
--- a/native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js
+++ b/native_client_sdk/src/gonacl_appengine/static/pnacl-demo-voronoi/example.js
@@ -42,7 +42,7 @@ function browserSupportsPNaCl() {
* @return {string}
*/
function getDataURL(name) {
- var revision = 231029;
+ var revision = 233080;
var baseUrl = 'http://commondatastorage.googleapis.com/gonacl/demos/publish/';
return baseUrl + revision + '/voronoi/' + name;
}
« no previous file with comments | « native_client_sdk/src/gonacl_appengine/static/pnacl-demo-smoothlife/example.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698