| Index: mojo/public/python/BUILD.gn
|
| diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn
|
| index 8202e4f24b0e89d7db66b888ef427dc390cdf7b6..0dd114f9f519e787518a49c5778db9729eee0da1 100644
|
| --- a/mojo/public/python/BUILD.gn
|
| +++ b/mojo/public/python/BUILD.gn
|
| @@ -35,7 +35,7 @@ python_binary_source_set("system_embedded") {
|
| "../cpp/bindings:callback",
|
| "../cpp/system",
|
| "../cpp/utility",
|
| - "../platform/native:system",
|
| + "../platform/native:system_thunks",
|
| ]
|
| public_deps = [
|
| "../c:system",
|
| @@ -62,7 +62,7 @@ python_binary_module("mojo_system_impl") {
|
| "../cpp/environment:standalone",
|
| "../cpp/system",
|
| "../cpp/utility",
|
| - "../platform/native:system",
|
| + "../platform/native:system_thunks",
|
| ]
|
| }
|
|
|
|
|