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

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

Issue 2458913003: Add first sketch of the webmodules code generator. (Closed)
Patch Set: Ready to land. Created 4 years, 1 month 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..bc9e938b51b8e936ab6adbcb9b0c5953d53b5374 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -24,5 +24,6 @@ code_generator_template_files = get_path_info([
"partial_interface.h.tmpl",
"union_container.cpp.tmpl",
"union_container.h.tmpl",
+ "web_module_interface.cpp.tmpl",
],
"abspath")

Powered by Google App Engine
This is Rietveld 408576698