Chromium Code Reviews| 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", |