| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 72c13df34bce53f281f3887d2630c348c40ea8ea..57eb2b7031375857f1193d50385f7b0640bf8785 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -563,10 +563,14 @@
|
| },
|
| '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_system',
|
| + 'mojo_base.gyp:mojo_utility',
|
| ],
|
| 'includes': [ '../third_party/cython/cython_compiler.gypi' ],
|
| },
|
|
|