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

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

Issue 2367543004: Extended implementation to use interface as arguments (Closed)
Patch Set: 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..6d2b9785b7db81890d4ffcd5d2d0a27dc5b2a536 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/V8TestInterfaceCallback.cpp",
+ "$bindings_core_v8_output_dir/V8TestInterfaceCallback.h",
]
if (is_win) {

Powered by Google App Engine
This is Rietveld 408576698