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

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

Issue 2588293005: Shape Detection: Add Text Detection in Chrome Android (Closed)
Patch Set: jochen@ comments, rebase Created 3 years, 11 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 7cc18586abcd617c5489613983144d79495a8128..eab292bfa63caa10e16d24ac2fcf245937a03731 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -246,7 +246,9 @@ modules_idl_files =
"shapedetection/BarcodeDetector.idl",
"shapedetection/DetectedBarcode.idl",
"shapedetection/DetectedFace.idl",
+ "shapedetection/DetectedText.idl",
"shapedetection/FaceDetector.idl",
+ "shapedetection/TextDetector.idl",
"speech/SpeechGrammar.idl",
"speech/SpeechGrammarList.idl",
"speech/SpeechRecognition.idl",

Powered by Google App Engine
This is Rietveld 408576698