| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 6f88bd0a629b45c3262cd28f138489b5de9b7dfc..df019119bb34a2e56ea864377c886a24d2592a00 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -341,6 +341,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
|
|
|