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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2350813005: bindings: Support sequence in callback function arguments (Closed)
Patch Set: Pass ExceptionState 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/core/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
index 32ae72c9375ef5a195f24e916a4dffc67e186d45..d99655b4e04e07badbb706b4eccce4d05090cbe3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
@@ -199,6 +199,8 @@ generated_core_testing_dictionary_files = [
generated_core_testing_callback_function_files = [
"$bindings_core_v8_output_dir/V8TestCallback.cpp",
"$bindings_core_v8_output_dir/V8TestCallback.h",
+ "$bindings_core_v8_output_dir/V8TestSequenceCallback.cpp",
+ "$bindings_core_v8_output_dir/V8TestSequenceCallback.h",
]
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698