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

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

Issue 2684773003: [WebAgent API]: Implement name style handling. (Closed)
Patch Set: Feedback addressed. Created 3 years, 10 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 bc9e938b51b8e936ab6adbcb9b0c5953d53b5374..2a524105aa759f7aa5936b0ee0cd4d9c74a49a2b 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -24,6 +24,7 @@ code_generator_template_files = get_path_info([
"partial_interface.h.tmpl",
"union_container.cpp.tmpl",
"union_container.h.tmpl",
- "web_module_interface.cpp.tmpl",
+ "web_module_interface.cc.tmpl",
+ "web_module_interface.h.tmpl",
],
"abspath")

Powered by Google App Engine
This is Rietveld 408576698