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

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

Issue 1586123010: Add a switch in BUILD rules to control the generation of type info for mojom files. (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
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8c0eac5587688de67cdf71b1f1b3189c01693c4..bdb2fe7800bcd9d01115431702c905959588ae1a 100755
--- a/mojo/public/tools/bindings/run_code_generators.py
+++ b/mojo/public/tools/bindings/run_code_generators.py
@@ -50,7 +50,7 @@ def _ParseCLIArgs():
parser.add_argument("--no-generate-type-info", dest="generate_type_info",
action="store_false",
help="do not generate mojom type descriptors")
- parser.set_defaults(generate_type_info=True)
+ parser.set_defaults(generate_type_info=False)
return parser.parse_known_args()
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698