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

Unified Diff: ports/gambc_ppapi/gambc.html

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.c ('k') | ports/gambc_ppapi/gambc.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gambc_ppapi/gambc.html
diff --git a/ports/lua_ppapi/lua.html b/ports/gambc_ppapi/gambc.html
similarity index 83%
copy from ports/lua_ppapi/lua.html
copy to ports/gambc_ppapi/gambc.html
index 82f9d470f74196ecf88334b0c22903bc2bfea201..6d164d8ae29c1d94b011fee6a829db1fc7dd451e 100644
--- a/ports/lua_ppapi/lua.html
+++ b/ports/gambc_ppapi/gambc.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<head>
- <title>Lua Interpreter</title>
+ <title>Gambit scheme Interpreter</title>
<script type="text/javascript" src="hterm.concat.js"></script>
<script type="text/javascript" src="naclterm.js"></script>
- <script type="text/javascript" src="lua.js"></script>
+ <script type="text/javascript" src="gambc.js"></script>
<style type="text/css">
body {
« no previous file with comments | « ports/gambc_ppapi/gambc.c ('k') | ports/gambc_ppapi/gambc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698