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

Side by Side Diff: swig/Lib/python/pyruntime.swg

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « swig/Lib/python/pyrun.swg ('k') | swig/Lib/python/pystdcommon.swg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 %insert(runtime) %{
2 /* Python.h has to appear first */
3 #include <Python.h>
4 %}
5
6 %insert(runtime) "swigrun.swg"; /* SWIG API */
7 %insert(runtime) "swigerrors.swg"; /* SWIG errors */
8 %insert(runtime) "pyhead.swg"; /* Python includes and fixes */
9 %insert(runtime) "pyerrors.swg"; /* Python errors */
10 %insert(runtime) "pythreads.swg"; /* Python thread code */
11 %insert(runtime) "pyapi.swg"; /* Python API */
12 %insert(runtime) "pyrun.swg"; /* Python run-time code */
13
OLDNEW
« no previous file with comments | « swig/Lib/python/pyrun.swg ('k') | swig/Lib/python/pystdcommon.swg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698