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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/generated.gni

Issue 2397363002: Replace hand-written IDBObserverCallback with auto-generated code (Closed)
Patch Set: rebase Created 4 years, 2 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/modules/v8/generated.gni
diff --git a/third_party/WebKit/Source/bindings/modules/v8/generated.gni b/third_party/WebKit/Source/bindings/modules/v8/generated.gni
index 44bcd59ee0e49db1f8d5c0ff34d348cd5ab46575..863d0f6e3d7f87a1737f9a27be0764b85058d9b1 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gni
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gni
@@ -64,6 +64,11 @@ bindings_modules_generated_union_type_files = [
"$bindings_modules_v8_output_dir/UnsignedLongOrUnsignedLongSequence.h",
]
+generated_modules_callback_function_files = [
+ "$bindings_modules_v8_output_dir/IDBObserverCallback.cpp",
+ "$bindings_modules_v8_output_dir/IDBObserverCallback.h",
+]
+
bindings_modules_generated_interface_files =
process_file_template(
modules_definition_idl_files,

Powered by Google App Engine
This is Rietveld 408576698