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

Unified Diff: mojo/public/tools/bindings/run_code_generators.py

Issue 2091493002: Switch to the new go generator in the mojo tree. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix more things. 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
Index: mojo/public/tools/bindings/run_code_generators.py
diff --git a/mojo/public/tools/bindings/run_code_generators.py b/mojo/public/tools/bindings/run_code_generators.py
index 7f67b02fbd751c5d1c732190f15cdf9648480c6a..7d8e5f1db7cd4f006e6376341d0542c1e28dc443 100755
--- a/mojo/public/tools/bindings/run_code_generators.py
+++ b/mojo/public/tools/bindings/run_code_generators.py
@@ -32,7 +32,7 @@ def _ParseCLIArgs():
help="output directory for generated files")
parser.add_argument("-g", "--generators", dest="generators_string",
metavar="GENERATORS",
- default="c++,dart,go,javascript,java,python",
+ default="c++,dart,javascript,java,python",
help="comma-separated list of generators")
parser.add_argument("-s", "--src-root-path", dest="src_root_path",
default=".",

Powered by Google App Engine
This is Rietveld 408576698