summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni')
-rw-r--r--chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni b/chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni
new file mode 100644
index 00000000000..5590aab117c
--- /dev/null
+++ b/chromium/third_party/blink/renderer/modules/video_rvfc/idls.gni
@@ -0,0 +1,10 @@
+# Copyright 2020 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+modules_callback_function_idl_files = [ "video_frame_request_callback.idl" ]
+
+modules_dictionary_idl_files = [ "video_frame_metadata.idl" ]
+
+modules_dependency_idl_files =
+ [ "html_video_element_request_video_frame_callback.idl" ]