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

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

Issue 2458913003: Add first sketch of the webmodules code generator. (Closed)
Patch Set: Rebased. Created 4 years, 2 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
Index: third_party/WebKit/Source/bindings/templates/templates.gni
diff --git a/third_party/WebKit/Source/bindings/templates/templates.gni b/third_party/WebKit/Source/bindings/templates/templates.gni
index 35f972f2a6e414d637e3d3c1b019918ed4b0d895..47a5068090e7b9b7a37047f9426f3831c1153e37 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -9,8 +9,9 @@ code_generator_template_files = get_path_info([
"callback_function.h.tmpl",
"callback_interface.cpp.tmpl",
"callback_interface.h.tmpl",
- "constants.cpp.tmpl",
"utilities.cpp.tmpl",
+ "constants.cpp.tmpl",
+ "cpp_interface.cpp.tmpl",
haraken 2016/10/30 18:02:28 I'd rename this to web_module_interface.cpp.tmpl o
dglazkov 2016/11/04 21:03:07 Done.
"copyright_block.txt",
"dictionary_impl.cpp.tmpl",
"dictionary_impl.h.tmpl",

Powered by Google App Engine
This is Rietveld 408576698