Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1889)

Unified Diff: mojo/public/tools/bindings/mojom.gni

Issue 1566203002: Only generate code for files that are specified, not their imports. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698