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

Unified Diff: services/python/content_handler/c_base.pxd

Issue 901203002: Move python content handler to //services/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « services/python/content_handler/BUILD.gn ('k') | services/python/content_handler/content_handler_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/python/content_handler/c_base.pxd
diff --git a/mojo/python/content_handler/c_base.pxd b/services/python/content_handler/c_base.pxd
similarity index 65%
rename from mojo/python/content_handler/c_base.pxd
rename to services/python/content_handler/c_base.pxd
index 95768d0922e7488e4f653cef2797cc24cc28c080..5f2266c60da022186ea6012b2c9fbd7e45d12bae 100644
--- a/mojo/python/content_handler/c_base.pxd
+++ b/services/python/content_handler/c_base.pxd
@@ -8,9 +8,10 @@ from libc.stdint cimport int64_t
cimport c_async_waiter
-cdef extern from "mojo/python/content_handler/python_system_impl_helper.h" \
- namespace "mojo::python" nogil:
- cdef cppclass PythonRunLoop "mojo::python::PythonRunLoop":
+cdef extern from "services/python/content_handler/python_system_impl_helper.h" \
+ namespace "services::python::content_handler" nogil:
+ cdef cppclass PythonRunLoop \
+ "services::python::content_handler::PythonRunLoop":
PythonRunLoop()
void Run()
void RunUntilIdle()
« no previous file with comments | « services/python/content_handler/BUILD.gn ('k') | services/python/content_handler/content_handler_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698