| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 70c7179de57469f3c449a2ef7ced437b2daf540b..8908db8e0eaedcacac0fa10adebc41a751db8f6d 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -333,6 +333,8 @@ source_set("testing") {
|
| "$bindings_core_v8_output_dir/V8InternalDictionary.h",
|
| "$bindings_core_v8_output_dir/V8InternalDictionaryDerived.cpp",
|
| "$bindings_core_v8_output_dir/V8InternalDictionaryDerived.h",
|
| + "$bindings_core_v8_output_dir/V8InternalDictionaryDerivedDerived.cpp",
|
| + "$bindings_core_v8_output_dir/V8InternalDictionaryDerivedDerived.h",
|
| "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp",
|
| "$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h",
|
| "$bindings_core_v8_output_dir/V8InternalSettings.cpp",
|
|
|