| Index: third_party/WebKit/Source/modules/modules_idl_files.gni
|
| diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| index 8253adbe1bc2997dbdcbd0fb742cbee443b34cbd..fddd58b058d57f30d421ee269c3b1372db77d74c 100644
|
| --- a/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| +++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
|
| @@ -522,6 +522,7 @@ modules_dictionary_idl_files =
|
| "serviceworkers/NavigationPreloadState.idl",
|
| "serviceworkers/RegistrationOptions.idl",
|
| "shapedetection/FaceDetectorOptions.idl",
|
| + "shapedetection/Landmark.idl",
|
| "speech/SpeechRecognitionErrorInit.idl",
|
| "speech/SpeechRecognitionEventInit.idl",
|
| "storage/StorageEventInit.idl",
|
| @@ -949,6 +950,8 @@ generated_modules_dictionary_files = [
|
| "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h",
|
| "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.cpp",
|
| "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.h",
|
| + "$blink_modules_output_dir/shapedetection/Landmark.cpp",
|
| + "$blink_modules_output_dir/shapedetection/Landmark.h",
|
| "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp",
|
| "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h",
|
| "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp",
|
|
|