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

Side by Side Diff: mojo/python/content_handler/c_export.pxd

Issue 796373006: Content handler for python. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
qsr 2015/01/07 15:14:46 Again, seems to be no change here.
etiennej 2015/01/08 11:23:13 See my other comment.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # distutils: language = c++ 5 # distutils: language = c++
6 6
7 7
8 # If the definition below is not present, cython-compiled modules do not expose 8 # If the definition below is not present, cython-compiled modules do not expose
9 # an init method as they should. 9 # an init method as they should.
10 cdef extern from "third_party/cython/python_export.h": 10 cdef extern from "third_party/cython/python_export.h":
11 pass 11 pass
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698