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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Make WorkletAnimation subclass Animation Created 3 years, 7 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 678733316c26d1e0415e3ffb6dcaead5af48bfb0..36daa58f3e493bfffeca2345e6a969fd15f8763f 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gni
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gni
@@ -32,6 +32,8 @@ bindings_modules_generated_union_type_files = [
"$bindings_modules_v8_output_dir/ClientOrServiceWorkerOrMessagePort.h",
"$bindings_modules_v8_output_dir/CSSImageValueOrHTMLImageElementOrSVGImageElementOrHTMLVideoElementOrHTMLCanvasElementOrImageBitmapOrOffscreenCanvas.cpp",
"$bindings_modules_v8_output_dir/CSSImageValueOrHTMLImageElementOrSVGImageElementOrHTMLVideoElementOrHTMLCanvasElementOrImageBitmapOrOffscreenCanvas.h",
+ "$bindings_modules_v8_output_dir/DocumentTimelineOrScrollTimeline.cpp",
+ "$bindings_modules_v8_output_dir/DocumentTimelineOrScrollTimeline.h",
flackr 2017/05/12 18:09:41 Are these files missing from the patch?
smcgruer 2017/05/18 17:58:39 No; they are generated files.
"$bindings_modules_v8_output_dir/DictionaryOrString.cpp",
"$bindings_modules_v8_output_dir/DictionaryOrString.h",
"$bindings_modules_v8_output_dir/DoubleOrConstrainDoubleRange.cpp",

Powered by Google App Engine
This is Rietveld 408576698