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

Unified Diff: Source/bindings/scripts/scripts.gyp

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 | « Source/bindings/scripts/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/scripts/scripts.gyp
diff --git a/Source/bindings/scripts/scripts.gyp b/Source/bindings/scripts/scripts.gyp
index bb5319022096115915b24fde8087490acf6cecd4..c517fe5304ca1d64792ea9915d54fd498b22d385 100644
--- a/Source/bindings/scripts/scripts.gyp
+++ b/Source/bindings/scripts/scripts.gyp
@@ -32,6 +32,7 @@
],
'outputs': [
'<(bindings_scripts_output_dir)/lextab.py',
+ '<(bindings_scripts_output_dir)/lextab.pyc',
'<(bindings_scripts_output_dir)/parsetab.pickle',
],
'action': [
« no previous file with comments | « Source/bindings/scripts/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698