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

Unified Diff: third_party/WebKit/Source/bindings/scripts/scripts.gni

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 | « third_party/WebKit/Source/bindings/scripts/code_generator_v8.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/scripts/scripts.gni
diff --git a/third_party/WebKit/Source/bindings/scripts/scripts.gni b/third_party/WebKit/Source/bindings/scripts/scripts.gni
index 0d69c8948fea669d60d9240ece07f8bea42a06da..b24ca15c656440b78836853c31a42e337f077152 100644
--- a/third_party/WebKit/Source/bindings/scripts/scripts.gni
+++ b/third_party/WebKit/Source/bindings/scripts/scripts.gni
@@ -39,6 +39,7 @@ idl_compiler_files = get_path_info([
"interface_dependency_resolver.py",
# V8 code generator
+ "code_generator.py",
"code_generator_v8.py",
"v8_attributes.py",
"v8_callback_interface.py",
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/code_generator_v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698