Index: mojo/public/python/BUILD.gn |
diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn |
index 12c3d755d4914694ada664f15e69849a07b3e153..e71cf62e1f190b41dbe8ad2f103dcf07e4fda09b 100644 |
--- a/mojo/public/python/BUILD.gn |
+++ b/mojo/public/python/BUILD.gn |
@@ -17,10 +17,17 @@ python_binary_module("system") { |
python_base_module = "mojo" |
sources = [ |
"mojo/c_core.pxd", |
+ "mojo/c_environment.pxd", |
"mojo/system.pyx", |
] |
+ additional_sources = [ |
+ "src/python_system_helper.cc", |
+ "src/python_system_helper.h", |
+ ] |
deps = [ |
"//mojo/public/c/system", |
+ "//mojo/public/cpp/environment:standalone", |
+ "//mojo/public/cpp/utility", |
":base", |
] |
} |