Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1069)

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2859413002: Shape Detection: add idl and mojom for face landmarks and wire for Mac (Closed)
Patch Set: service-worker's global-interface-listing-expected.txt updated Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698