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

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

Issue 2100993002: Switch back to the old go generator. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | mojo/public/tools/bindings/run_code_generators.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 21c6ddef9ead41b82502f8666c82fd3b9b9e4700..9c40360246003e19b2ef1e4701c5f6cfbf4bc9e1 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -212,7 +212,7 @@ template("mojom") {
rebase_path(root_gen_dir),
"--no-gen-imports",
"--generators",
- "legacy,c,go",
+ "legacy,c",
]
if (defined(invoker.generate_type_info) && invoker.generate_type_info) {
« no previous file with comments | « no previous file | mojo/public/tools/bindings/run_code_generators.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698