| Index: mojo/public/python/BUILD.gn
|
| diff --git a/mojo/public/python/BUILD.gn b/mojo/public/python/BUILD.gn
|
| index 66f132f586523908d2f1ad5d8f531e82d04dc02b..0376afac808f0b8001142bd91872555158f9e8aa 100644
|
| --- a/mojo/public/python/BUILD.gn
|
| +++ b/mojo/public/python/BUILD.gn
|
| @@ -12,7 +12,6 @@ group("python") {
|
| ]
|
| }
|
|
|
| -# GYP version: mojo.gyp:mojo_python_system
|
| python_binary_module("system") {
|
| python_base_module = "mojo"
|
| sources = [
|
| @@ -44,7 +43,6 @@ copy("base") {
|
| ]
|
| }
|
|
|
| -# GYP version: mojo.gyp:mojo_python_bindings
|
| copy("bindings") {
|
| sources = [
|
| "mojo/bindings/__init__.py",
|
|
|