Index: mojo/public/tools/bindings/mojom.gni |
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni |
index 010433b7c56eeff49992d735a7f16b36e08c9936..1a8118b14ae28a885a7cc9b382af3f354744995e 100644 |
--- a/mojo/public/tools/bindings/mojom.gni |
+++ b/mojo/public/tools/bindings/mojom.gni |
@@ -197,6 +197,7 @@ template("mojom") { |
rebase_path(mojo_root, root_build_dir), |
"-o", |
rebase_path(root_gen_dir), |
+ "--no-gen-imports", |
] |
# TODO(azani): Remove when the switch to the new compiler is complete. |