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

Unified Diff: ports/gambc_ppapi/gambc.js

Issue 150413008: Initial support for gambit-scheme v4.7.0 Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Add support for pnacl Created 6 years, 10 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 | « ports/gambc_ppapi/gambc.html ('k') | ports/gambc_ppapi/icon_128.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gambc_ppapi/gambc.js
diff --git a/ports/lua_ppapi/lua.js b/ports/gambc_ppapi/gambc.js
similarity index 96%
copy from ports/lua_ppapi/lua.js
copy to ports/gambc_ppapi/gambc.js
index 60c2a72f8d45543bca0f1f5b9a745ff42e65c523..1d03bd6c1b0d7df736bc1c7b994ff6b6cec6f60a 100644
--- a/ports/lua_ppapi/lua.js
+++ b/ports/gambc_ppapi/gambc.js
@@ -4,8 +4,8 @@
* found in the LICENSE file.
*/
-NaClTerm.prefix = 'lua'
-NaClTerm.nmf = 'lua.nmf'
+NaClTerm.prefix = 'gambc'
+NaClTerm.nmf = 'gambc.nmf'
function log(message) {
document.getElementById('log').textContent = message;
« no previous file with comments | « ports/gambc_ppapi/gambc.html ('k') | ports/gambc_ppapi/icon_128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698