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

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

Issue 2648173002: Rename webmodule codegen bits to WebAgentAPI. (Closed)
Patch Set: Changed to WebAgentAPI. 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 2a524105aa759f7aa5936b0ee0cd4d9c74a49a2b..df1c5647dddf29f598c0836eb0da7110b1d335cf 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -3,28 +3,29 @@
# found in the LICENSE file.
# Paths should be absolute so this file can be imported from anywhere.
-code_generator_template_files = get_path_info([
- "attributes.cpp.tmpl",
- "callback_function.cpp.tmpl",
- "callback_function.h.tmpl",
- "callback_interface.cpp.tmpl",
- "callback_interface.h.tmpl",
- "constants.cpp.tmpl",
- "utilities.cpp.tmpl",
- "copyright_block.txt",
- "dictionary_impl.cpp.tmpl",
- "dictionary_impl.h.tmpl",
- "dictionary_v8.cpp.tmpl",
- "dictionary_v8.h.tmpl",
- "interface_base.cpp.tmpl",
- "interface.cpp.tmpl",
- "interface.h.tmpl",
- "methods.cpp.tmpl",
- "partial_interface.cpp.tmpl",
- "partial_interface.h.tmpl",
- "union_container.cpp.tmpl",
- "union_container.h.tmpl",
- "web_module_interface.cc.tmpl",
- "web_module_interface.h.tmpl",
- ],
- "abspath")
+code_generator_template_files =
+ get_path_info([
+ "attributes.cpp.tmpl",
+ "callback_function.cpp.tmpl",
+ "callback_function.h.tmpl",
+ "callback_interface.cpp.tmpl",
+ "callback_interface.h.tmpl",
+ "constants.cpp.tmpl",
+ "utilities.cpp.tmpl",
+ "copyright_block.txt",
+ "dictionary_impl.cpp.tmpl",
+ "dictionary_impl.h.tmpl",
+ "dictionary_v8.cpp.tmpl",
+ "dictionary_v8.h.tmpl",
+ "interface_base.cpp.tmpl",
+ "interface.cpp.tmpl",
+ "interface.h.tmpl",
+ "methods.cpp.tmpl",
+ "partial_interface.cpp.tmpl",
+ "partial_interface.h.tmpl",
+ "union_container.cpp.tmpl",
+ "union_container.h.tmpl",
+ "web_agent_api_interface.cc.tmpl",
+ "web_agent_api_interface.h.tmpl",
+ ],
+ "abspath")

Powered by Google App Engine
This is Rietveld 408576698