summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
diff options
context:
space:
mode:
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' ],
},