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

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

Issue 2415723002: [Blink, RemotePlayback] watchAvailability() implementation. (Closed)
Patch Set: Added layout test for callback gc 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 863d0f6e3d7f87a1737f9a27be0764b85058d9b1..0d8f27d21edb53d9ea1b2cb89a68fa9edec4afa1 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gni
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gni
@@ -67,6 +67,8 @@ bindings_modules_generated_union_type_files = [
generated_modules_callback_function_files = [
"$bindings_modules_v8_output_dir/IDBObserverCallback.cpp",
"$bindings_modules_v8_output_dir/IDBObserverCallback.h",
+ "$bindings_modules_v8_output_dir/RemotePlaybackAvailabilityCallback.cpp",
+ "$bindings_modules_v8_output_dir/RemotePlaybackAvailabilityCallback.h",
]
bindings_modules_generated_interface_files =

Powered by Google App Engine
This is Rietveld 408576698