| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 598ef72b7a3594766d8e93cff6f7a0db850b8a32..1f6f399665b573987d9a66ca9e6d08b65e4a9da8 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
|
|
|