summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
authorqsr <qsr@chromium.org>2014-09-18 04:07:00 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-18 11:07:14 +0000
commitb2309d92488dad238e897214a47711ff0e8e379c (patch)
tree7e6e4b64a17efc208926f2ff24b811124be2b2ef /mojo/mojo.gyp
parent9d0221cd251502231877f943fa2872a2f92a5621 (diff)
downloadchromium_src-b2309d92488dad238e897214a47711ff0e8e379c.zip
chromium_src-b2309d92488dad238e897214a47711ff0e8e379c.tar.gz
chromium_src-b2309d92488dad238e897214a47711ff0e8e379c.tar.bz2
mojo: Add a runloop utility in python
This is necessary to be able to use async operation on handles. This is a reland of https://codereview.chromium.org/552783004 after the build dependency issue has been fixed. R=sdefresne@chromium.org BUG=415485 Review URL: https://codereview.chromium.org/577193002 Cr-Commit-Position: refs/heads/master@{#295451}
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r--mojo/mojo.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 7948336..96e2a34 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -566,10 +566,15 @@
},
'sources': [
'public/python/mojo/c_core.pxd',
+ 'public/python/mojo/c_environment.pxd',
'public/python/mojo/system.pyx',
+ 'public/python/src/python_system_helper.cc',
+ 'public/python/src/python_system_helper.h',
],
'dependencies': [
+ 'mojo_base.gyp:mojo_environment_standalone',
'mojo_base.gyp:mojo_system',
+ 'mojo_base.gyp:mojo_utility',
],
'includes': [ '../third_party/cython/cython_compiler.gypi' ],
},