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

Unified Diff: ports/gambc_ppapi/background.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/Makefile ('k') | ports/gambc_ppapi/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gambc_ppapi/background.js
diff --git a/ports/lua_ppapi/background.js b/ports/gambc_ppapi/background.js
similarity index 88%
copy from ports/lua_ppapi/background.js
copy to ports/gambc_ppapi/background.js
index 980cef80b04e2d45b6bcfc71531691bb0721d04c..066bc67a7fc5cafa3cdcf476080c6711a6342815 100644
--- a/ports/lua_ppapi/background.js
+++ b/ports/gambc_ppapi/background.js
@@ -7,7 +7,7 @@
'use strict';
chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('lua.html', {
+ chrome.app.window.create('gambc.html', {
'id': 'main',
'bounds': {
'width': 800,
« no previous file with comments | « ports/gambc_ppapi/Makefile ('k') | ports/gambc_ppapi/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698