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

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

Issue 2502723002: ShapeDetection: implement barcode detection, blink part (Closed)
Patch Set: haraken@ comments Created 4 years, 1 month 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 07b2c77d54b15d9b4ef4636b4894d739d6673f49..3388aeb103cb2b44572c0fada258e112e168f85d 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -238,6 +238,8 @@ modules_idl_files =
"serviceworkers/ServiceWorkerMessageEvent.idl",
"serviceworkers/ServiceWorkerRegistration.idl",
"serviceworkers/WindowClient.idl",
+ "shapedetection/BarcodeDetector.idl",
+ "shapedetection/DetectedBarcode.idl",
"shapedetection/DetectedFace.idl",
"shapedetection/FaceDetector.idl",
"speech/SpeechGrammar.idl",

Powered by Google App Engine
This is Rietveld 408576698