| Index: Source/modules/modules.gypi | 
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi | 
| index 1f1ceee4f5f8bdcfb0b5397c5fc754c14af80cbe..9f12a06091b23b64e2655e6ddd70f4a05781d0a2 100644 | 
| --- a/Source/modules/modules.gypi | 
| +++ b/Source/modules/modules.gypi | 
| @@ -296,6 +296,7 @@ | 
| 'websockets/CloseEvent.idl', | 
| ], | 
| 'modules_dictionary_idl_files': [ | 
| +      'device_light/DeviceLightEventInit.idl', | 
| 'encoding/TextDecodeOptions.idl', | 
| 'encoding/TextDecoderOptions.idl', | 
| 'encryptedmedia/MediaKeySystemConfiguration.idl', | 
| @@ -325,6 +326,8 @@ | 
| '<(blink_modules_output_dir)/IndexedDBNames.h', | 
| ], | 
| 'generated_modules_dictionary_files': [ | 
| +      '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.cpp', | 
| +      '<(blink_modules_output_dir)/device_light/DeviceLightEventInit.h', | 
| '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', | 
| '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', | 
| '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', | 
|  |