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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase Created 3 years, 5 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 d505e2e510ff5faac23da8d8293cd6ce8ab709cc..ded9ffd14b979f0ec839e446f8fb31cff8164755 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -11,15 +11,15 @@ code_generator_template_files =
"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",
+ "external_reference_table.cpp.tmpl",
"interface.cpp.tmpl",
"interface.h.tmpl",
+ "interface_base.cpp.tmpl",
"legacy_callback_interface.cpp.tmpl",
"legacy_callback_interface.h.tmpl",
"methods.cpp.tmpl",
@@ -27,6 +27,7 @@ code_generator_template_files =
"partial_interface.h.tmpl",
"union_container.cpp.tmpl",
"union_container.h.tmpl",
+ "utilities.cpp.tmpl",
"web_agent_api_interface.cc.tmpl",
"web_agent_api_interface.h.tmpl",
],

Powered by Google App Engine
This is Rietveld 408576698