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

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 gambc_ppapi Created 6 years, 11 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/python_ppapi/background.js b/ports/gambc_ppapi/background.js
similarity index 88%
copy from ports/python_ppapi/background.js
copy to ports/gambc_ppapi/background.js
index d6fb185da9b32e62e591c6f047f1725be1d1f49d..066bc67a7fc5cafa3cdcf476080c6711a6342815 100644
--- a/ports/python_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('index.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