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

Unified Diff: Makefile

Issue 165473002: Adds an IPython kernel running in NaCl, and a wrapper as a Chrome extension. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: 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 | « no previous file | ports/ipython_extension/Makefile » ('j') | ports/ipython_extension/background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 6395e92895802250e2b36735daeeafb50d5cdf6f..8b9523dcc1977bb912cdd63e2fe4891237707349 100644
--- a/Makefile
+++ b/Makefile
@@ -120,6 +120,7 @@ ALL_PORTS = \
ports/gsl \
ports/hdf5 \
ports/imagemagick \
+ ports/ipython_extension \
ports/jpeg6b \
ports/jpeg8d \
ports/jsoncpp \
@@ -454,6 +455,7 @@ dosbox: ports/dosbox ;
drod: ports/drod ;
gdb: ports/gdb ;
git: ports/git ;
+ipython_extension: ports/ipython_extension ;
mesagl: ports/mesagl ;
mongoose: ports/mongoose ;
nano: ports/nano ;
« no previous file with comments | « no previous file | ports/ipython_extension/Makefile » ('j') | ports/ipython_extension/background.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698