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

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

Issue 2312093003: Generated bindings for IDL callback functions (Closed)
Patch Set: Addressed comments Created 4 years, 3 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 5d316fd82aa1f1359dd1138e7a31be20d520d05d..564d61c41fc0bb232d8b648d150e6b63d443c455 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -5,6 +5,8 @@
# Paths should be absolute so this file can be imported from anywhere.
code_generator_template_files = get_path_info([
"attributes.cpp",
+ "callback_function.cpp",
+ "callback_function.h",
"callback_interface.cpp",
"callback_interface.h",
"constants.cpp",

Powered by Google App Engine
This is Rietveld 408576698