| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index c93cec614db37f010d96ed1f8f1daf8d238ef51d..512ddf2a624904fdb52c8053f33b2e043bc31c13 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -328,6 +328,8 @@ source_set("testing") {
|
| "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h",
|
| "$bindings_core_v8_output_dir/V8InternalDictionary.cpp",
|
| "$bindings_core_v8_output_dir/V8InternalDictionary.h",
|
| + "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.cpp",
|
| + "$bindings_core_v8_output_dir/V8PluginPlaceholderOptions.h",
|
| ]
|
| }
|
|
|
|
|