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

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

Issue 2648173002: Rename webmodule codegen bits to WebAgentAPI. (Closed)
Patch Set: Created 3 years, 11 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..ebd48195734d0c9d8b6acf53fd92fc248e88b761 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",
+ "blink_api_interface.cpp.tmpl",
bashi 2017/01/25 23:57:14 alphabetical order
+ "blink_api_interface.h.tmpl",
],
"abspath")

Powered by Google App Engine
This is Rietveld 408576698