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

Unified Diff: Source/bindings/scripts/BUILD.gn

Issue 463063003: Add lextab.pyc as an output of the cached_lex_yacc_tables action (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | Source/bindings/scripts/scripts.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/BUILD.gn
diff --git a/Source/bindings/scripts/BUILD.gn b/Source/bindings/scripts/BUILD.gn
index 74c18e3c280ee76c86f522198e214651b2c6d8c7..965a95801e719911ef156dd3fbbf1aab9138a7f9 100644
--- a/Source/bindings/scripts/BUILD.gn
+++ b/Source/bindings/scripts/BUILD.gn
@@ -22,6 +22,7 @@ action("cached_lex_yacc_tables") {
inputs = idl_lexer_parser_files
outputs = [
"$bindings_scripts_output_dir/lextab.py",
+ "$bindings_scripts_output_dir/lextab.pyc",
"$bindings_scripts_output_dir/parsetab.pickle",
]
« no previous file with comments | « no previous file | Source/bindings/scripts/scripts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698