| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index c5e68aab4f3eaad85572595a2d304934732dfc46..869daa0ad6354359de97941466da260e25ec5d68 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -342,6 +342,8 @@ source_set("core_generated") {
|
| # These files include all the .cpp files generated from the .idl files
|
| # in webcore_files.
|
| sources += bindings_core_generated_aggregate_files
|
| + # IDL dictionary impl files generated by IDL compiler
|
| + sources += generated_core_dictionary_files
|
|
|
| sources += [
|
| # Additional .cpp files for HashTools.h
|
|
|