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

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

Issue 2345083004: Split Jinja-related CodeGeneratorV8 guts into a separate class. (Closed)
Patch Set: Created 4 years, 3 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 | third_party/WebKit/Source/bindings/scripts/code_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/scripts/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/scripts/BUILD.gn b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
index 3d09601bf851bfc89144162240449e63e15c93a3..956455663bc0ef5b4875d3f402cefd80559ae740 100644
--- a/third_party/WebKit/Source/bindings/scripts/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/scripts/BUILD.gn
@@ -34,9 +34,9 @@ action("cached_lex_yacc_tables") {
#
# GYP version: scripts.gyp:cached_jinja_templates
action("cached_jinja_templates") {
- script = "code_generator_v8.py"
+ script = "code_generator.py"
- inputs = jinja_module_files + [ "code_generator_v8.py" ] +
+ inputs = jinja_module_files + [ "code_generator.py" ] +
code_generator_template_files
# Dummy file to track dependency.
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/scripts/code_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698