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

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

Issue 2360783003: shapedetection module: Introduce basic structure for face detection (Closed)
Patch Set: Created 4 years, 3 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 7a249f38372db85c29a378dd18f63bf09c8cb937..fafaa4ff2d86080c98a7dbbe31b9f47958d00c13 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -233,6 +233,10 @@ modules_idl_files =
"serviceworkers/ServiceWorkerMessageEvent.idl",
"serviceworkers/ServiceWorkerRegistration.idl",
"serviceworkers/WindowClient.idl",
+ "shapedetection/DetectedObject.idl",
+ "shapedetection/Detector.idl",
+ "shapedetection/DetectedFace.idl",
+ "shapedetection/FaceDetector.idl",
"speech/SpeechGrammar.idl",
"speech/SpeechGrammarList.idl",
"speech/SpeechRecognition.idl",

Powered by Google App Engine
This is Rietveld 408576698