| Index: mojo/public/tools/bindings/mojom.gni
|
| diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
|
| index d7c83d6f3279eeeed5d910262f1c1b25f34c8336..00d8d0927c2ab6f2d363ebf83ddc83ca4fab569f 100644
|
| --- a/mojo/public/tools/bindings/mojom.gni
|
| +++ b/mojo/public/tools/bindings/mojom.gni
|
| @@ -132,7 +132,7 @@ template("mojom") {
|
| generator_python_outputs
|
| args = [
|
| "{{source}}",
|
| - "--use_chromium_bundled_pylibs",
|
| + "--use_bundled_pylibs",
|
| "-d", rebase_path("//", root_build_dir),
|
| "-I", rebase_path("//", root_build_dir),
|
| "-I", rebase_path(mojo_root, root_build_dir),
|
|
|