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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/BUILD.gn

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/shapedetection/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
index 1dcdb9246111d2496f0f90eea49673101394b974..adff8921cb420112cbbeb4f6b5dc80b136e6f961 100644
--- a/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
+++ b/third_party/WebKit/Source/modules/shapedetection/BUILD.gn
@@ -6,9 +6,15 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("shapedetection") {
sources = [
+ "BarcodeDetector.cpp",
+ "BarcodeDetector.h",
+ "DetectedBarcode.cpp",
+ "DetectedBarcode.h",
"DetectedFace.cpp",
"DetectedFace.h",
"FaceDetector.cpp",
"FaceDetector.h",
+ "ShapeDetector.cpp",
+ "ShapeDetector.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698