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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Add more DCHECKs Created 3 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/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 2a3aa8ebc841872f76c35d37d9e5e185efd05fc8..61b3797e9965304cba0909e0617192a65bd21b84 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gni
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gni
@@ -34,6 +34,8 @@ bindings_modules_generated_union_type_files = [
"$bindings_modules_v8_output_dir/client_or_service_worker_or_message_port.h",
"$bindings_modules_v8_output_dir/dictionary_or_string.cc",
"$bindings_modules_v8_output_dir/dictionary_or_string.h",
+ "$bindings_modules_v8_output_dir/document_timeline_or_scroll_timeline.cc",
+ "$bindings_modules_v8_output_dir/document_timeline_or_scroll_timeline.h",
"$bindings_modules_v8_output_dir/double_or_constrain_double_range.cc",
"$bindings_modules_v8_output_dir/double_or_constrain_double_range.h",
"$bindings_modules_v8_output_dir/float32_array_or_float64_array_or_dom_matrix.cc",

Powered by Google App Engine
This is Rietveld 408576698